Class BlameScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.blame.BlameScmResult
- All Implemented Interfaces:
Serializable
- Since:
- 1.4
- Author:
- Evgeny Mandrikov, Olivier Lamy
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionBlameScmResult
(String commandLine, String providerMessage, String commandOutput, boolean success) BlameScmResult
(String commandLine, List<BlameLine> lines) BlameScmResult
(List<BlameLine> lines, ScmResult scmResult) -
Method Summary
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
BlameScmResult
-
BlameScmResult
public BlameScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) -
BlameScmResult
-
-
Method Details
-
getLines
-