Modifier and Type | Method and Description |
---|---|
protected void |
ScmTestCase.assertResultIsSuccess(ScmResult result) |
protected void |
ScmTestCase.printOutputError(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<ScmFile> addedFiles,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
BlameScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractBlameCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet workingDirectory,
CommandParameters parameters) |
Constructor and Description |
---|
BlameScmResult(List<BlameLine> lines,
ScmResult scmResult) |
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<ScmFile> 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<ScmFile> 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<ScmFile> 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<ScmFile> changedFiles,
Map<String,CharSequence> 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<ScmFile> 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 |
InfoScmResult |
Constructor and Description |
---|
InfoScmResult(List<InfoItem> infoItems,
ScmResult result) |
InfoScmResult(ScmResult result) |
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<ScmFile> 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 |
MkdirScmResult
Result of making directories in SCM.
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractMkdirCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Constructor and Description |
---|
MkdirScmResult(List<ScmFile> createdDirs,
ScmResult result) |
MkdirScmResult(ScmResult scmResult) |
MkdirScmResult(String revision,
ScmResult result) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteInfoScmResult |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractRemoteInfoCommand.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<ScmFile> 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<ScmFile> 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<ScmFile> 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<ScmFile> 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<ScmFile> updatedFiles,
List<ChangeSet> changes,
ScmResult result) |
UpdateScmResultWithRevision(List<ScmFile> updatedFiles,
List<ChangeSet> 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 |
AbstractAccuRevExtractSourceCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractAccuRevCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected ScmResult |
AbstractAccuRevCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractAccuRevExtractSourceCommand.getScmResult(AccuRevScmProviderRepository repository,
List<ScmFile> scmFiles,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevAddCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Add.
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevChangeLogCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevCheckInCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevLoginCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevRemoveCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevStatusCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevTagCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
AccuRevUpdateScmResult
Carry information about before and after transaction ids so we can run the changelog
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AccuRevUpdateCommand.executeAccurevCommand(AccuRevScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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<GitInfoItem> 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 |
---|---|
protected ScmResult |
GitBlameCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet workingDirectory,
CommandParameters parameters) |
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 |
GitInfoCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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 |
---|---|
protected ScmResult |
JGitAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JGitBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
String message) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
JGitTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
JGitTagCommand.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 |
HgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String branch,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
protected ScmResult |
HgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String branch,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
HgInfoCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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 |
IntegrityScmProvider.fileinfo(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si memberinfo
|
protected ScmResult |
IntegrityScmProvider.lock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si lock
|
protected ScmResult |
IntegrityScmProvider.unlock(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si unlock
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
IntegrityFileInfoCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
IntegrityFileInfoCommand.executeFileInfoCommand(ScmProviderRepository repository,
File workingDirectory,
String filename)
Even though this command is supported via the MKS JAVA API, since at this time we really don't
know what the SCM plugin is looking to get in return for this command, we're simply going to
run this command via the CLI and return the output verbatim
|
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
IntegrityLockCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
IntegrityLockCommand.executeLockCommand(ScmProviderRepository repository,
File workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
IntegrityUnlockCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
IntegrityUnlockCommand.executeUnlockCommand(ScmProviderRepository repository,
File workingDirectory) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JazzAddCommand.executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JazzBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
String message) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JazzEditCommand.executeEditCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JazzTagCommand.executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JazzUnEditCommand.executeUnEditCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
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
Deprecated.
use
InfoScmResult |
Constructor and Description |
---|
SvnInfoScmResult(List<SvnInfoItem> files,
ScmResult result)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
VssAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
VssEditCommand.executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
VssTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
VssTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.