Class AccuRevUpdateScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.update.UpdateScmResult
org.apache.maven.scm.command.update.UpdateScmResultWithRevision
org.apache.maven.scm.provider.accurev.command.update.AccuRevUpdateScmResult
- All Implemented Interfaces:
Serializable
Carry information about before and after transaction ids so we can run the changelog
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
ConstructorsConstructorDescriptionAccuRevUpdateScmResult(String commandLine, String providerMessage, String commandOutput, String fromRevision, String toRevision, boolean success) Failed constructorAccuRevUpdateScmResult(String commandLines, List<ScmFile> updatedFiles, String fromRevision, String toRevision) Success constructor -
Method Summary
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultWithRevision
getRevisionMethods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChangesMethods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fromRevision
String fromRevision
-
-
Constructor Details
-
AccuRevUpdateScmResult
public AccuRevUpdateScmResult(String commandLine, String providerMessage, String commandOutput, String fromRevision, String toRevision, boolean success) Failed constructor- Parameters:
commandLine-providerMessage-commandOutput-
-
AccuRevUpdateScmResult
public AccuRevUpdateScmResult(String commandLines, List<ScmFile> updatedFiles, String fromRevision, String toRevision) Success constructor- Parameters:
commandLines-updatedFiles-fromRevision-toRevision-
-
-
Method Details
-
getFromRevision
-
getToRevision
-