public class BlameScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| Constructor and Description |
|---|
BlameScmResult(List<BlameLine> lines,
ScmResult scmResult) |
BlameScmResult(String commandLine,
List<BlameLine> lines) |
BlameScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
List<BlameLine> |
getLines() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic BlameScmResult(String commandLine, List<BlameLine> lines)
public BlameScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public BlameScmResult(List<BlameLine> lines, ScmResult scmResult)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.