public class DiffScmResult extends ScmResult
Constructor and Description |
---|
DiffScmResult(List changedFiles,
Map differences,
String patch,
ScmResult result) |
DiffScmResult(String commandLine,
List changedFiles,
Map differences,
String patch) |
DiffScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
List |
getChangedFiles() |
Map |
getDifferences() |
String |
getPatch() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
Copyright © 2003–2014. All rights reserved.