Class AbstractReleasePhase
java.lang.Object
org.apache.maven.shared.release.phase.AbstractReleasePhase
- All Implemented Interfaces:
ReleasePhase
Base class for all phases.
- Author:
- Brett Porter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.slf4j.Loggerprotected ReleaseResultgetReleaseResultSuccess.protected voidlogDebug(ReleaseResult result, String message) logDebug.protected voidlogDebug(ReleaseResult result, String message, Exception e) logDebug.protected voidlogError(ReleaseResult result, String message) logError.protected voidlogInfo(ReleaseResult result, String message) logInfo.protected voidlogWarn(ReleaseResult result, String message) logWarn.Methods 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
-
getLogger
protected org.slf4j.Logger getLogger() -
getReleaseResultSuccess
getReleaseResultSuccess.
- Returns:
- a
ReleaseResultobject
-