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) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.