Class UpdateScmResultWithRevision
- java.lang.Object
-
- org.apache.maven.scm.ScmResult
-
- org.apache.maven.scm.command.update.UpdateScmResult
-
- org.apache.maven.scm.command.update.UpdateScmResultWithRevision
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GitUpdateScmResult
,SvnUpdateScmResult
public class UpdateScmResultWithRevision extends UpdateScmResult
- Author:
- Trygve Laugstøl, Emmanuel Venisse, Olivier Lamy
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description UpdateScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success)
UpdateScmResultWithRevision(String commandLine, List<ScmFile> updatedFiles, String revision)
UpdateScmResultWithRevision(List<ScmFile> updatedFiles, List<ChangeSet> changes, String revision, ScmResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
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
-
-
-
-
Constructor Detail
-
UpdateScmResultWithRevision
public UpdateScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success)
-
UpdateScmResultWithRevision
public UpdateScmResultWithRevision(String commandLine, List<ScmFile> updatedFiles, String revision)
-
-
Method Detail
-
getRevision
public String getRevision()
-
-