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