|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReleasePhase
A phase in the release cycle.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The Plexus role. |
| Method Summary | |
|---|---|
void |
clean(ReleaseConfiguration config)
Clean up after a phase if it leaves any additional files in the checkout. |
void |
execute(ReleaseConfiguration releaseConfiguration)
Execute the phase. |
void |
simulate(ReleaseConfiguration releaseConfiguration)
Simulate the phase, but don't make any changes to the project. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void execute(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
releaseConfiguration - the configuration to use
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phase
void simulate(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
releaseConfiguration - the configuration to use
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phasevoid clean(ReleaseConfiguration config)
config - the configuration to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||