public class ExportScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| 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, isSuccesspublic ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public ExportScmResult(String commandLine, List<ScmFile> updatedFiles)
public List<ScmFile> getExportedFiles()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.