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 checkedOutFiles,
ScmResult result) |
CheckOutScmResult(String commandLine,
List checkedOutFiles) |
CheckOutScmResult(String commandLine,
List checkedOutFiles,
String relativePathProjectDirectory) |
CheckOutScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
List |
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 checkedOutFiles, String relativePathProjectDirectory)
public List getCheckedOutFiles()
public String getRelativePathProjectDirectory()
relativePathProjectDirectory
relativePathProjectDirectory
Copyright © 2003–2014. All rights reserved.