public class CheckOutScmResult extends ScmResult
Modifier and Type | Field and Description |
---|---|
protected String |
relativePathProjectDirectory
The relative path of the directory of the checked out project in comparison to the checkout directory, or
an empty String in case the checkout directory equals the project directory.
|
Constructor and Description |
---|
CheckOutScmResult(List<ScmFile> checkedOutFiles,
ScmResult result) |
CheckOutScmResult(String commandLine,
List<ScmFile> checkedOutFiles) |
CheckOutScmResult(String commandLine,
List<ScmFile> checkedOutFiles,
String relativePathProjectDirectory) |
CheckOutScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
getCheckedOutFiles() |
String |
getRelativePathProjectDirectory() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
protected String relativePathProjectDirectory
public CheckOutScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public CheckOutScmResult(String commandLine, List<ScmFile> checkedOutFiles, String relativePathProjectDirectory)
public String getRelativePathProjectDirectory()
relativePathProjectDirectory
relativePathProjectDirectory
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.