Modifier and Type | Method and Description |
---|---|
protected Map<String,ScmFile> |
ScmTckTestCase.mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and
use the pathName String as key for the Map.
|
Modifier and Type | Method and Description |
---|---|
int |
ScmFile.compareTo(ScmFile other) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ScmFile> |
ScmTckTestCase.mapFilesByPath(List<ScmFile> files)
take the files of the given list, add them to a TreeMap and
use the pathName String as key for the Map.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected static List<ScmFile> |
AbstractAccuRevCommand.getScmFiles(List<File> files,
ScmFileStatus status) |
Modifier and Type | Method and Description |
---|---|
protected abstract ScmResult |
AbstractAccuRevExtractSourceCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevCheckOutCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevExportCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion scmVersion) |
Constructor and Description |
---|
AccuRevUpdateScmResult(String commandLines,
List<ScmFile> updatedFiles,
String fromRevision,
String toRevision)
Success constructor
|
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
BazaarAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
BazaarCheckOutConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
BazaarDiffConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
BazaarRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseCheckInConsumer.getCheckedInFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseCheckOutConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseEditConsumer.getEditFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseStatusConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseTagConsumer.getTaggedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseUnEditConsumer.getUnEditFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ClearCaseUpdateConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
protected abstract AddScmResult |
AbstractCvsAddCommand.executeCvsCommand(Commandline cl,
List<ScmFile> addedFiles) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsCheckInConsumer.getCheckedInFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsCheckOutConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsDiffConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsListConsumer.getEntries() |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoveScmResult |
AbstractCvsRemoveCommand.executeCvsCommand(Commandline cl,
List<ScmFile> removedFiles) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsStatusConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsTagConsumer.getTaggedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
CvsUpdateConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
protected AddScmResult |
CvsExeAddCommand.executeCvsCommand(Commandline cl,
List<ScmFile> addedFiles) |
Modifier and Type | Method and Description |
---|---|
protected RemoveScmResult |
CvsExeRemoveCommand.executeCvsCommand(Commandline cl,
List<ScmFile> removedFiles) |
Modifier and Type | Method and Description |
---|---|
protected AddScmResult |
CvsJavaAddCommand.executeCvsCommand(Commandline cl,
List<ScmFile> addedFiles) |
Modifier and Type | Method and Description |
---|---|
protected RemoveScmResult |
CvsJavaRemoveCommand.executeCvsCommand(Commandline cl,
List<ScmFile> removedFiles) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
GitDiffConsumer.getChangedFiles() |
Constructor and Description |
---|
GitUpdateScmResult(String commandLine,
List<ScmFile> updatedFiles,
int revision)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<ScmFile> |
AbstractFileCheckingConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFileCheckingConsumer.addFile(ScmFile file) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
GitDiffRawConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
GitListConsumer.getListedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
GitRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
GitStatusConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
static List<ScmFile> |
JGitUtils.addAllFiles(org.eclipse.jgit.api.Git git,
ScmFileSet fileSet)
Adds all files in the given fileSet to the repository.
|
static List<ScmFile> |
JGitUtils.getFilesInCommit(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.revwalk.RevCommit commit)
get a list of all files in the given commit
|
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
HgAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
HgDiffConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
HgListConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
HgRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
Sandbox.addNonMembers(String exclude,
String include,
String message)
Adds a list of files to the MKS Integrity SCM Project
|
List<ScmFile> |
Sandbox.checkInUpdates(String message)
Wrapper function to check-in all changes and drop members associated with missing working files
|
List<ScmFile> |
Sandbox.getNewMembers(String exclude,
String include)
Executes a 'si viewnonmembers' command filtering the results using the exclude and include lists
|
Modifier and Type | Method and Description |
---|---|
protected ScmFile |
JazzAddConsumer.getScmFile(String filename) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzAddConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected ScmFile |
JazzCheckInConsumer.getScmFile(String filename) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzCheckInConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzCheckOutConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzListConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzStatusConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
JazzUpdateConsumer.getUpdatedFiles() |
Constructor and Description |
---|
LocalCheckOutScmResult(String commandLine,
List<ScmFile> files) |
Constructor and Description |
---|
LocalListScmResult(String commandLine,
List<ScmFile> files) |
Constructor and Description |
---|
LocalUpdateScmResult(String commandLine,
List<ScmFile> files) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceAddConsumer.getAdditions() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceCheckOutConsumer.getCheckedout() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceEditConsumer.getEdits() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceRemoveConsumer.getRemovals() |
Modifier and Type | Method and Description |
---|---|
static List<ScmFile> |
PerforceStatusCommand.createResults(String repoPath,
PerforceStatusConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceTagConsumer.getTagged()
Return a list of Strings formatted like:
|
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
PerforceUnEditConsumer.getEdits() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamCheckInConsumer.getCheckedInFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamCheckOutConsumer.getCheckedOutFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamDiffConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamEditConsumer.getEditedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamStatusConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamTagConsumer.getTaggedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
StarteamUnEditConsumer.getUnEditFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnDiffConsumer.getChangedFiles() |
Constructor and Description |
---|
SvnUpdateScmResult(String commandLine,
List<ScmFile> updatedFiles,
int revision)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<ScmFile> |
AbstractFileCheckingConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFileCheckingConsumer.addFile(ScmFile file) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnCheckInConsumer.getCheckedInFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnCheckOutConsumer.getCheckedOutFiles() |
protected List<ScmFile> |
SvnCheckOutConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
protected void |
SvnCheckOutConsumer.addFile(ScmFile file) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnListConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnMkdirConsumer.getCreatedDirs() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnRemoveConsumer.getRemovedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnStatusConsumer.getChangedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
SvnUpdateConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
static void |
SynergyUpdateCommand.copyDirectoryStructure(File sourceDirectory,
File destinationDirectory,
List<ScmFile> modifications)
Copies a entire directory structure and collect modifications.
|
Modifier and Type | Method and Description |
---|---|
protected ScmFile |
ServerFileListConsumer.getScmFile(String filename) |
protected ScmFile |
FileListConsumer.getScmFile(String filename) |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
ChangedFileConsumer.getChangedFiles() |
List<ScmFile> |
FileListConsumer.getFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssAddConsumer.getAddedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssCheckInConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssCheckOutConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssEditConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssStatusConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssTagConsumer.getUpdatedFiles() |
Modifier and Type | Method and Description |
---|---|
List<ScmFile> |
VssUpdateConsumer.getUpdatedFiles() |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.