public class ExportScmResult extends ScmResult
Constructor and Description |
---|
ExportScmResult(String commandLine,
List<ScmFile> updatedFiles) |
ExportScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
getExportedFiles() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
public ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public ExportScmResult(String commandLine, List<ScmFile> updatedFiles)
public List<ScmFile> getExportedFiles()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.