org.apache.maven.scm.command.branch
public class BranchScmResult extends ScmResult
Constructor and Description |
---|
BranchScmResult(java.util.List branchedFiles,
ScmResult result) |
BranchScmResult(java.lang.String commandLine,
java.util.List branchedFiles) |
BranchScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getBranchedFiles() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
public BranchScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
public BranchScmResult(java.lang.String commandLine, java.util.List branchedFiles)
public BranchScmResult(java.util.List branchedFiles, ScmResult result)
Copyright © 2003-2014. All Rights Reserved.