public class DiffScmResult extends ScmResult
Constructor and Description |
---|
DiffScmResult(List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch,
ScmResult result) |
DiffScmResult(String commandLine,
List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch) |
DiffScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
getChangedFiles() |
Map<String,CharSequence> |
getDifferences() |
String |
getPatch() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.