public class ListScmResult extends ScmResult
ScmProvider.list(org.apache.maven.scm.repository.ScmRepository,
org.apache.maven.scm.ScmFileSet, boolean, org.apache.maven.scm.ScmVersion)
operationConstructor 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, isSuccess
public 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–2015 The Apache Software Foundation. All rights reserved.