Class GitUpdateScmResult
- 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.git.command.update.GitUpdateScmResult
-
- All Implemented Interfaces:
java.io.Serializable
public class GitUpdateScmResult extends UpdateScmResultWithRevision
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description GitUpdateScmResult(java.lang.String commandLine, java.util.List<ScmFile> updatedFiles, int revision)
Deprecated.
-
Method Summary
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GitUpdateScmResult
public GitUpdateScmResult(java.lang.String commandLine, java.util.List<ScmFile> updatedFiles, int revision)
Deprecated.
-
-