Modifier and Type | Method and Description |
---|---|
protected void |
ScmTestCase.assertResultIsSuccess(ScmResult result) |
Constructor and Description |
---|
ScmResult(ScmResult scmResult)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ScmResult |
Command.execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
AbstractCommand.execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
AddScmResult
Result of adding files to the SCM
|
Modifier and Type | Method and Description |
---|---|
protected abstract ScmResult |
AbstractAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
protected ScmResult |
AbstractAddCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
AddScmResult(List addedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
BranchScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
protected abstract ScmResult |
AbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
String message) |
ScmResult |
AbstractBranchCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
BranchScmResult(List branchedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeLogScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
ChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
AbstractChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
ChangeLogScmResult(ChangeLogSet changeLog,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
CheckInScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractCheckInCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
CheckInScmResult(List checkedInFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
CheckOutScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractCheckOutCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
CheckOutScmResult(List checkedOutFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
DiffScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractDiffCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
DiffScmResult(List changedFiles,
Map differences,
String patch,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
EditScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractEditCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractEditCommand.executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Constructor and Description |
---|
EditScmResult(List editFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
ExportScmResult |
class |
ExportScmResultWithRevision |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractExportCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractFileInfoCommand.executeCommand(ScmProviderRepository repository,
File workingDirectory,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractFileInfoCommand.executeFileInfoCommand(ScmProviderRepository repository,
File workingDirectory,
String filename) |
Modifier and Type | Class and Description |
---|---|
class |
ListScmResult
|
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractListCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
ListScmResult(List files,
ScmResult result) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractLockCommand.executeCommand(ScmProviderRepository repository,
File workingDirectory,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractLockCommand.executeLockCommand(ScmProviderRepository repository,
File workingDirectory,
String filename) |
Modifier and Type | Class and Description |
---|---|
class |
LoginScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractLoginCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
RemoveScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractRemoveCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
Constructor and Description |
---|
RemoveScmResult(List removedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
StatusScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractStatusCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
StatusScmResult(List changedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
TagScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractTagCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
AbstractTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message)
|
Constructor and Description |
---|
TagScmResult(List taggedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
UnEditScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractUnEditCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractUnEditCommand.executeUnEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Constructor and Description |
---|
UnEditScmResult(List unEditFiles,
ScmResult result) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractUnlockCommand.executeCommand(ScmProviderRepository repository,
File workingDirectory,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractUnlockCommand.executeUnlockCommand(ScmProviderRepository repository,
File workingDirectory) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateScmResult |
class |
UpdateScmResultWithRevision |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractUpdateCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
UpdateScmResult(List updatedFiles,
List changes,
ScmResult result) |
UpdateScmResultWithRevision(List updatedFiles,
List changes,
String revision,
ScmResult result) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
CheckoutMojo.checkout() |
protected ScmResult |
CheckoutMojo.getCheckoutResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScmMojo.checkResult(ScmResult result) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
static ScmResult |
BazaarUtils.execute(BazaarConsumer consumer,
ScmLogger logger,
File workingDir,
String[] cmdAndArgs) |
static ScmResult |
BazaarUtils.execute(File workingDir,
String[] cmdAndArgs) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
BazaarAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
BazaarRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
BazaarTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
ClearCaseAddCommand.executeAddCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet scmFileSet,
String string,
boolean b) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
ClearCaseEditCommand.executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
ClearCaseRemoveCommand.executeRemoveCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet scmFileSet,
String string) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
ClearCaseTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
ClearCaseTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
ClearCaseUnEditCommand.executeUnEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractCvsAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractCvsBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branchName,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractCvsRemoveCommand.executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractCvsTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
AbstractCvsTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractGitScmProvider.executeCommand(GitCommand command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
GitInfoScmResult |
Constructor and Description |
---|
GitInfoScmResult(List files,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
GitUpdateScmResult
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
GitAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
GitBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
GitRemoveCommand.executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
GitTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
GitTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
static ScmResult |
HgUtils.execute(File workingDir,
String[] cmdAndArgs) |
static ScmResult |
HgUtils.execute(HgConsumer consumer,
ScmLogger logger,
File workingDir,
String[] cmdAndArgs) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
HgAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
HgRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
HgTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
HgTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
LocalAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Class and Description |
---|---|
class |
LocalCheckOutScmResult |
Modifier and Type | Class and Description |
---|---|
class |
LocalListScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
LocalTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmTagParameters scmTagParameters) |
protected ScmResult |
LocalTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message) |
Modifier and Type | Class and Description |
---|---|
class |
LocalUpdateScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceInfoCommand.executeCommand(ScmProviderRepository repo,
ScmFileSet scmFileSet,
CommandParameters commandParameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet files,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceEditCommand.executeEditCommand(ScmProviderRepository repo,
ScmFileSet files) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceRemoveCommand.executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet files,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
PerforceTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet files,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
PerforceUnEditCommand.executeUnEditCommand(ScmProviderRepository repo,
ScmFileSet files) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
StarteamAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
StarteamEditCommand.executeEditCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
StarteamRemoveCommand.executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
StarteamTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
StarteamTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
StarteamUnEditCommand.executeUnEditCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractSvnScmProvider.executeCommand(SvnCommand command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
SvnInfoScmResult |
Constructor and Description |
---|
SvnInfoScmResult(List files,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
SvnUpdateScmResult
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SvnAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
ScmBranchParameters scmBranchParameters) |
ScmResult |
SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SvnInfoCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SvnRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
SvnTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
SvnTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SynergyAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SynergyEditCommand.executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SynergyRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SynergyTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
SynergyTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tag,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
SynergyUnEditCommand.executeUnEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
TfsAddCommand.executeAddCommand(ScmProviderRepository r,
ScmFileSet f,
String m,
boolean b) |
protected ScmResult |
TfsBranchCommand.executeBranchCommand(ScmProviderRepository r,
ScmFileSet f,
String branch,
String message) |
protected ScmResult |
TfsEditCommand.executeEditCommand(ScmProviderRepository r,
ScmFileSet f) |
protected ScmResult |
TfsTagCommand.executeTagCommand(ScmProviderRepository r,
ScmFileSet f,
String tag,
ScmTagParameters scmTagParameters) |
protected ScmResult |
TfsTagCommand.executeTagCommand(ScmProviderRepository r,
ScmFileSet f,
String tag,
String message) |
protected ScmResult |
TfsUnEditCommand.executeUnEditCommand(ScmProviderRepository r,
ScmFileSet f) |
Copyright © 2003–2014. All rights reserved.