@Component(role=SmartReactorStep.class, hint="transform-poms") public class TransformProjectsIntoReleases extends AbstractSmartReactorReleaseStep
availablePhases, releaseDescriptor, releaseEnvironment, rtrlogger| Constructor and Description |
|---|
TransformProjectsIntoReleases() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureReleaseDescriptor(org.apache.maven.execution.MavenSession session,
RTRComponents components)
Subclasses can override this method to configure the release descriptor
injected by Plexus.
|
String |
getAnnouncement()
Returns the announcement that is logged when this release step begins
execution.
|
protected List<String> |
getReleasePhases()
Returns the list of phases that should be executed by this release step.
|
protected List<String> |
getRollbackPhases()
Returns the list of phases that should be executed by this release step
when rollback is required.
|
execute, releaseExecuteprotected void configureReleaseDescriptor(org.apache.maven.execution.MavenSession session,
RTRComponents components)
AbstractSmartReactorReleaseStepconfigureReleaseDescriptor in class AbstractSmartReactorReleaseStepsession - the session to which this step applies. Not null.components - that this step may need. May be null.public String getAnnouncement()
AbstractSmartReactorReleaseStepgetAnnouncement in class AbstractSmartReactorReleaseStepprotected List<String> getReleasePhases()
AbstractSmartReactorReleaseStepgetReleasePhases in class AbstractSmartReactorReleaseStepprotected List<String> getRollbackPhases()
AbstractSmartReactorReleaseStepgetRollbackPhases in class AbstractSmartReactorReleaseStepCopyright © 2016. All rights reserved.