Class AbstractReleasePhase
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.shared.release.phase.AbstractReleasePhase
- All Implemented Interfaces:
ReleasePhase,org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
AbstractBackupPomsPhase,AbstractReleasePomsPhase,AbstractRewritePomsPhase,AbstractRunGoalsPhase,AbstractScmCommitPhase,CheckCompletedPreparePhasesPhase,CheckDependencySnapshotsPhase,CheckoutProjectFromScm,CheckPomPhase,EndReleasePhase,InputVariablesPhase,MapVersionsPhase,RemoveScmTagPhase,ScmBranchPhase,ScmCheckModificationsPhase,ScmTagPhase
public abstract class AbstractReleasePhase
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ReleasePhase
Base class for all phases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReleaseResultprotected voidlogDebug(ReleaseResult result, String message) protected voidlogDebug(ReleaseResult result, String message, Exception e) protected voidlogError(ReleaseResult result, String message) protected voidlogInfo(ReleaseResult result, String message) protected voidlogWarn(ReleaseResult result, String message) Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.shared.release.phase.ReleasePhase
execute, simulate
-
Constructor Details
-
AbstractReleasePhase
public AbstractReleasePhase()
-
-
Method Details
-
getReleaseResultSuccess