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 |
UntagScmResult |
Modifier and Type | Method and Description |
---|---|
ScmResult |
AbstractUntagCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
AbstractUntagCommand.executeUntagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters)
execute untag command
|
Constructor and Description |
---|
UntagScmResult(ScmResult result) |
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 |
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 |
---|---|
ScmResult |
GitChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
ScmResult |
GitCheckOutCommand.executeCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
CommandParameters parameters)
For git, the given repository is a remote one.
|
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 |
---|---|
ScmResult |
GitUntagCommand.executeUntagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters)
execute untag command
|
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 |
---|---|
protected ScmResult |
JGitInfoCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
JGitRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
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 |
---|---|
protected ScmResult |
JGitUntagCommand.executeUntagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters) |
Modifier and Type | Method and Description |
---|---|
static ScmResult |
HgUtils.execute(File workingDir,
String[] cmdAndArgs) |
static ScmResult |
HgUtils.execute(HgConsumer consumer,
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 |
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 |
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 |
---|---|
ScmResult |
SvnChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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 |
---|---|
ScmResult |
SvnUntagCommand.executeUntagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters)
execute untag command
|
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.