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
public class AccuRevUpdateScmResult extends UpdateScmResultWithRevision
Carry information about before and after transaction ids so we can run the changelog- Author:
- ggardner
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description AccuRevUpdateScmResult(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromRevision()
String
getToRevision()
-
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultWithRevision
getRevision
-
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChanges
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-