| Modifier and Type | Method and Description |
|---|---|
int |
ScmFile.compareTo(ScmFile other) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
AddScmResult.getAddedFiles()
List with all the added files in the SCM operation.
|
| Constructor and Description |
|---|
AddScmResult(List<ScmFile> addedFiles,
ScmResult result) |
AddScmResult(String commandLine,
List<ScmFile> addedFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
BranchScmResult.getBranchedFiles() |
| Constructor and Description |
|---|
BranchScmResult(List<ScmFile> branchedFiles,
ScmResult result) |
BranchScmResult(String commandLine,
List<ScmFile> branchedFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
CheckInScmResult.getCheckedInFiles() |
| Constructor and Description |
|---|
CheckInScmResult(List<ScmFile> checkedInFiles,
ScmResult result) |
CheckInScmResult(String commandLine,
List<ScmFile> checkedInFiles) |
CheckInScmResult(String commandLine,
List<ScmFile> checkedInFiles,
String scmRevision) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
CheckOutScmResult.getCheckedOutFiles() |
| 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 revision,
List<ScmFile> checkedOutFiles) |
CheckOutScmResult(String commandLine,
String revision,
List<ScmFile> checkedOutFiles,
String relativePathProjectDirectory) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
DiffScmResult.getChangedFiles() |
| Constructor and Description |
|---|
DiffScmResult(List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch,
ScmResult result) |
DiffScmResult(String commandLine,
List<ScmFile> changedFiles,
Map<String,CharSequence> differences,
String patch) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
EditScmResult.getEditFiles() |
| Constructor and Description |
|---|
EditScmResult(List<ScmFile> editFiles,
ScmResult result) |
EditScmResult(String commandLine,
List<ScmFile> editFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
ExportScmResult.getExportedFiles() |
| Constructor and Description |
|---|
ExportScmResult(String commandLine,
List<ScmFile> updatedFiles) |
ExportScmResultWithRevision(String commandLine,
List<ScmFile> exportedFiles,
String revision) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
ListScmResult.getFiles() |
| Constructor and Description |
|---|
ListScmResult(List<ScmFile> files,
ScmResult result) |
ListScmResult(String commandLine,
List<ScmFile> files) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
MkdirScmResult.getCreatedDirs() |
| Constructor and Description |
|---|
MkdirScmResult(List<ScmFile> createdDirs,
ScmResult result) |
MkdirScmResult(String commandLine,
List<ScmFile> createdDirs) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
RemoveScmResult.getRemovedFiles() |
| Constructor and Description |
|---|
RemoveScmResult(List<ScmFile> removedFiles,
ScmResult result) |
RemoveScmResult(String commandLine,
List<ScmFile> removedFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
StatusScmResult.getChangedFiles() |
| Constructor and Description |
|---|
StatusScmResult(List<ScmFile> changedFiles,
ScmResult result) |
StatusScmResult(String commandLine,
List<ScmFile> changedFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
TagScmResult.getTaggedFiles() |
| Constructor and Description |
|---|
TagScmResult(List<ScmFile> taggedFiles,
ScmResult result) |
TagScmResult(String commandLine,
List<ScmFile> taggedFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
UnEditScmResult.getUnEditFiles() |
| Constructor and Description |
|---|
UnEditScmResult(List<ScmFile> unEditFiles,
ScmResult result) |
UnEditScmResult(String commandLine,
List<ScmFile> unEditFiles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
UpdateScmResult.getUpdatedFiles() |
| Constructor and Description |
|---|
UpdateScmResult(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
ScmResult result) |
UpdateScmResult(String commandLine,
List<ScmFile> updatedFiles) |
UpdateScmResultWithRevision(List<ScmFile> updatedFiles,
List<ChangeSet> changes,
String revision,
ScmResult result) |
UpdateScmResultWithRevision(String commandLine,
List<ScmFile> updatedFiles,
String revision) |
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.