Class RemoteInfoScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remoteinfo.RemoteInfoScmResult
- All Implemented Interfaces:
Serializable
- Since:
- 1.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDepending on scm, information can be different svn: branch name / remote url.private static final longDepending on scm, information can be different svn: branch name / remote url.Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
branches
Depending on scm, information can be different svn: branch name / remote url. -
tags
Depending on scm, information can be different svn: branch name / remote url.
-
-
Constructor Details
-
RemoteInfoScmResult
-
RemoteInfoScmResult
-
-
Method Details