|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReleaseManager
Release management classes.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The Plexus role. |
| Method Summary | |
|---|---|
void |
clean(ReleaseConfiguration releaseConfiguration)
Clean a release. |
void |
perform(ReleaseConfiguration releaseConfiguration,
java.io.File checkoutDirectory,
java.lang.String goals,
boolean useReleaseProfile)
Perform a release. |
void |
prepare(ReleaseConfiguration releaseConfiguration)
Prepare a release. |
void |
prepare(ReleaseConfiguration releaseConfiguration,
boolean resume,
boolean dryRun)
Prepare a release. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void prepare(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
releaseConfiguration - the configuration to pass to the preparation steps
ReleaseExecutionException - if there is a problem performing the release
ReleaseFailureException - if there is a problem performing the release
void prepare(ReleaseConfiguration releaseConfiguration,
boolean resume,
boolean dryRun)
throws ReleaseExecutionException,
ReleaseFailureException
releaseConfiguration - the configuration to pass to the preparation stepsresume - resume a previous release, if the properties file existsdryRun - do not commit any changes to the file system or SCM
ReleaseExecutionException - if there is a problem performing the release
ReleaseFailureException - if there is a problem performing the release
void perform(ReleaseConfiguration releaseConfiguration,
java.io.File checkoutDirectory,
java.lang.String goals,
boolean useReleaseProfile)
throws ReleaseExecutionException,
ReleaseFailureException
releaseConfiguration - the configuration to use for releasecheckoutDirectory - the location to checkout to and build fromgoals - the goals to executeuseReleaseProfile - whether to use the release profile from the super POM or not
ReleaseExecutionException - if there is a problem performing the release
ReleaseFailureException - if there is a problem performing the releasevoid clean(ReleaseConfiguration releaseConfiguration)
releaseConfiguration - the configuration to use for release
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||