Class GitInfoScmResult
- java.lang.Object
-
- org.apache.maven.scm.ScmResult
-
- org.apache.maven.scm.command.info.InfoScmResult
-
- org.apache.maven.scm.provider.git.command.info.GitInfoScmResult
-
- All Implemented Interfaces:
java.io.Serializable
public class GitInfoScmResult extends InfoScmResult
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description GitInfoScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
GitInfoScmResult(java.lang.String commandLine, java.util.List<GitInfoItem> files)
GitInfoScmResult(java.util.List<GitInfoItem> files, ScmResult result)
-
Method Summary
-
Methods inherited from class org.apache.maven.scm.command.info.InfoScmResult
getInfoItems
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GitInfoScmResult
public GitInfoScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
-
GitInfoScmResult
public GitInfoScmResult(java.lang.String commandLine, java.util.List<GitInfoItem> files)
-
GitInfoScmResult
public GitInfoScmResult(java.util.List<GitInfoItem> files, ScmResult result)
-
-