Class SvnUpdateScmResult
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.svn.command.update.SvnUpdateScmResult
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsFields inherited from class ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
ConstructorsConstructorDescriptionSvnUpdateScmResult(String commandLine, List<ScmFile> updatedFiles, int revision) Deprecated. -
Method Summary
Methods inherited from class UpdateScmResultWithRevision
getRevisionMethods inherited from class UpdateScmResult
getChanges, getUpdatedFiles, setChangesMethods inherited from class ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
SvnUpdateScmResult
-