public class ListScmResult extends ScmResult
ScmProvider.list(org.apache.maven.scm.repository.ScmRepository,
 org.apache.maven.scm.ScmFileSet, boolean, org.apache.maven.scm.ScmVersion) operationPASSWORD_PLACE_HOLDER| Constructor and Description | 
|---|
ListScmResult(List<ScmFile> files,
                          ScmResult result)  | 
ListScmResult(String commandLine,
                          List<ScmFile> files)  | 
ListScmResult(String commandLine,
                          String providerMessage,
                          String commandOutput,
                          boolean success)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ScmFile> | 
getFiles()  | 
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic ListScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public ListScmResult(String commandLine, List<ScmFile> files)
public ListScmResult(List<ScmFile> files, ScmResult result)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.