Modifier and Type | Class and Description |
---|---|
class |
AbstractScmVersion |
class |
ScmBranch |
class |
ScmRevision |
class |
ScmTag |
Modifier and Type | Method and Description |
---|---|
ScmVersion |
CommandParameters.getScmVersion(CommandParameter parameter)
Return the parameter value as ScmVersion.
|
ScmVersion |
CommandParameters.getScmVersion(CommandParameter parameter,
ScmVersion defaultValue)
Return the parameter value as ScmVersion or the default value.
|
Modifier and Type | Method and Description |
---|---|
ScmVersion |
CommandParameters.getScmVersion(CommandParameter parameter,
ScmVersion defaultValue)
Return the parameter value as ScmVersion or the default value.
|
void |
CommandParameters.setScmVersion(CommandParameter parameter,
ScmVersion scmVersion)
Set a parameter value.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenScmCli.execute(String scmUrl,
String command,
File workingDirectory,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
ScmVersion |
ChangeLogScmRequest.getEndRevision() |
ScmVersion |
ChangeLogSet.getEndVersion()
Returns the end version (revision/branch/label) for this set.
|
ScmVersion |
ChangeLogScmRequest.getStartRevision() |
ScmVersion |
ChangeLogSet.getStartVersion()
Returns the start version (revision/branch/label) for this set.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
void |
ChangeLogScmRequest.setEndRevision(ScmVersion endRevision) |
void |
ChangeLogSet.setEndVersion(ScmVersion endVersion) |
void |
ChangeLogScmRequest.setStartRevision(ScmVersion startRevision) |
void |
ChangeLogSet.setStartVersion(ScmVersion startVersion) |
Modifier and Type | Method and Description |
---|---|
protected abstract CheckInScmResult |
AbstractCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
AbstractCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion)
Execute Check out command line in a recursive check out way.
|
protected abstract CheckOutScmResult |
AbstractCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DiffScmResult |
AbstractDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected abstract ExportScmResult |
AbstractExportCommand.executeExportCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
protected abstract ListScmResult |
AbstractListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected abstract UpdateScmResult |
AbstractUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
CheckInScmResult |
ScmManagerStub.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion revision,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmManager.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion revision,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
AbstractScmManager.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion revision,
String message)
Save the changes you have done into the repository.
|
CheckOutScmResult |
ScmManagerStub.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
ScmManager.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
AbstractScmManager.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
ScmManagerStub.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Create a copy of the repository on your local machine.
|
CheckOutScmResult |
ScmManager.checkOut(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion version,
boolean recursive)
Create a copy of the repository on your local machine.
|
CheckOutScmResult |
AbstractScmManager.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Create a copy of the repository on your local machine.
|
DiffScmResult |
ScmManagerStub.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmManager.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
AbstractScmManager.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ListScmResult |
ScmManagerStub.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmManager.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
AbstractScmManager.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
UpdateScmResult |
ScmManagerStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManagerStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManagerStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManagerStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManagerStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmManager.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
Modifier and Type | Method and Description |
---|---|
ScmVersion |
AbstractScmMojo.getScmVersion(String versionType,
String version) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
CheckInScmResult |
ScmProviderStub.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion revision,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion revision,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
AbstractScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String message)
Save the changes you have done into the repository.
|
CheckOutScmResult |
ScmProviderStub.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
ScmProvider.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
AbstractScmProvider.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion)
Create a copy of the repository on your local machine
|
CheckOutScmResult |
ScmProviderStub.checkOut(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion version,
boolean recursive)
Create a copy of the repository on your local machine.
|
CheckOutScmResult |
ScmProvider.checkOut(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion version,
boolean recursive)
Create a copy of the repository on your local machine.
|
CheckOutScmResult |
AbstractScmProvider.checkOut(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Create a copy of the repository on your local machine.
|
DiffScmResult |
ScmProviderStub.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmProvider.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ListScmResult |
ScmProviderStub.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
AbstractScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List each element (files and directories) of fileSet as they exist in the repository.
|
UpdateScmResult |
ScmProviderStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProviderStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean runChangelog)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProviderStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
Date lastUpdate)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProviderStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
Date lastUpdate,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProviderStub.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String datePattern)
Updates the copy on the local machine with the changes in the repository
|
Modifier and Type | Method and Description |
---|---|
AccuRevVersion |
AccuRevScmProviderRepository.getAccuRevVersion(ScmVersion scmVersion) |
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) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
BazaarCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
BazaarCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
BazaarDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
BazaarUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
ClearCaseCheckInCommand.executeCheckInCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected String |
ClearCaseCheckOutCommand.createConfigSpec(String loadDirectory,
ScmVersion version)
Creates a config spec that loads the given loadDirectory and uses the
given version tag
|
protected String |
ClearCaseCheckOutCommand.createConfigSpec(String loadDirectory,
String elementName,
ScmVersion version) |
protected CheckOutScmResult |
ClearCaseCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
ClearCaseUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
protected abstract ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
AbstractCvsCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
AbstractCvsCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
AbstractCvsDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected ExportScmResult |
AbstractCvsExportCommand.executeExportCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
AbstractCvsListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
UpdateScmResult |
AbstractCvsUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
CvsExeChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
CvsJavaChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
GitChangeLogCommand.createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion)
this constructs creates the commandline for the git-whatchanged command.
|
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion,
Integer limit) |
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
GitCheckInCommand.createPushCommandLine(ScmLogger logger,
GitScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckInScmResult |
GitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
GitCheckOutCommand.createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
ScmVersion version) |
protected CheckOutScmResult |
GitCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
For git, the given repository is a remote one.
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
GitDiffCommand.createCommandLine(File workingDirectory,
ScmVersion startVersion,
ScmVersion endVersion,
boolean cached) |
protected DiffScmResult |
GitDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
GitListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
GitUpdateCommand.createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
ScmVersion scmVersion)
create the command line for updating the current branch with the info from the foreign repository.
|
static Commandline |
GitUpdateCommand.createLatestRevisionCommandLine(GitScmProviderRepository repository,
File workingDirectory,
ScmVersion scmVersion) |
protected UpdateScmResult |
GitUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
JGitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
JGitCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
For git, the given repository is a remote one.
|
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
JGitDiffCommand.callDiff(org.eclipse.jgit.api.Git git,
ScmVersion startRevision,
ScmVersion endRevision) |
protected DiffScmResult |
JGitDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
JGitListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
HgCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion tag) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
HgCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
HgDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
HgListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
HgUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion tag) |
Modifier and Type | Method and Description |
---|---|
CheckInScmResult |
IntegrityCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
CheckOutScmResult |
IntegrityCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Overridden function that performs a checkout (resynchronize) operation against an MKS Source Project
This function ignores the scmVerion and recursive arguments passed into this function as while there is
a suitable equivalent to checkout/resynchronize by label/revision, it doesn't make sense for the way
Maven seems to want to execute this command.
|
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
IntegrityDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision)
Since we can't arbitrarily apply the same start and end revisions to all files in the sandbox,
this command will be adapted to show differences between the local version and the repository
|
Modifier and Type | Method and Description |
---|---|
ExportScmResult |
IntegrityExportCommand.executeExportCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
ListScmResult |
IntegrityListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
UpdateScmResult |
IntegrityUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
JazzCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion) |
protected CheckInScmResult |
JazzCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
JazzScmCommand |
JazzCheckOutCommand.createJazzLoadCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion) |
protected CheckOutScmResult |
JazzCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
JazzDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
JazzScmCommand |
JazzListCommand.createListCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version) |
protected ListScmResult |
JazzListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
JazzUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
LocalCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
LocalCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
LocalListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
LocalUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
PerforceChangeLogCommand.createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String clientspec,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
PerforceCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet files,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
PerforceCheckOutCommand.createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
ScmVersion version,
String specname) |
protected CheckOutScmResult |
PerforceCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet files,
ScmVersion version,
boolean recursive)
Check out the depot code at
repo.getPath() into the target
directory at files.getBasedir . |
Modifier and Type | Method and Description |
---|---|
static Commandline |
PerforceDiffCommand.createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
ScmVersion startRev,
ScmVersion endRev) |
protected DiffScmResult |
PerforceDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet files,
ScmVersion startRev,
ScmVersion endRev) |
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
PerforceUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet files,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
StarteamCheckInCommand.createCommandLine(StarteamScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version,
String issueType,
String issueValue) |
protected CheckInScmResult |
StarteamCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
StarteamCheckOutCommand.createCommandLine(StarteamScmProviderRepository repo,
ScmFileSet baseDir,
ScmVersion version) |
protected CheckOutScmResult |
StarteamCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
StarteamDiffCommand.createCommandLine(StarteamScmProviderRepository repo,
ScmFileSet workingDirectory,
ScmVersion startLabel,
ScmVersion endLabel) |
protected DiffScmResult |
StarteamDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
StarteamUpdateCommand.createCommandLine(StarteamScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
static Commandline |
StarteamUpdateCommand.createDeleteLocalCommand(StarteamScmProviderRepository repo,
ScmFileSet dir,
ScmVersion version) |
protected UpdateScmResult |
StarteamUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SvnTagBranchUtils.isRevisionSpecifier(ScmVersion version)
Returns whether the supplied tag refers to an actual revision or
is specifying a tag/branch url in the repository.
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnChangeLogCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion) |
static Commandline |
SvnChangeLogCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
Integer limit) |
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
SvnCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnCheckOutCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url)
Create SVN check out command line in a recursive way.
|
static Commandline |
SvnCheckOutCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url,
boolean recursive)
Create SVN check out command line.
|
protected CheckOutScmResult |
SvnCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnDiffCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion startVersion,
ScmVersion endVersion) |
protected DiffScmResult |
SvnDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnExeExportCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version,
String url,
String outputSirectory) |
protected ExportScmResult |
SvnExeExportCommand.executeExportCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
SvnListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnUpdateCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion version) |
protected UpdateScmResult |
SvnUpdateCommand.executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
SynergyCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckOutScmResult |
SynergyCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
protected UpdateScmResult |
SynergyUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
static Commandline |
SynergyCCM.checkoutProject(File directory,
String projectSpec,
ScmVersion version,
String purpose,
String release,
String ccmAddr)
Create commandline to checkout a project
|
static void |
SynergyUtil.checkoutProject(ScmLogger logger,
File directory,
String projectSpec,
ScmVersion version,
String purpose,
String release,
String ccmAddr)
Checkout a given project.
|
Modifier and Type | Method and Description |
---|---|
TfsCommand |
TfsUpdateCommand.createCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v) |
TfsCommand |
TfsCheckOutCommand.createGetCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v,
boolean recursive) |
protected CheckInScmResult |
TfsCheckInCommand.executeCheckInCommand(ScmProviderRepository r,
ScmFileSet f,
String m,
ScmVersion v) |
protected CheckOutScmResult |
TfsCheckOutCommand.executeCheckOutCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v,
boolean recursive) |
protected ListScmResult |
TfsListCommand.executeListCommand(ScmProviderRepository r,
ScmFileSet f,
boolean recursive,
ScmVersion v) |
protected UpdateScmResult |
TfsUpdateCommand.executeUpdateCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v) |
Modifier and Type | Method and Description |
---|---|
List<Commandline> |
VssCheckInCommand.buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckInScmResult |
VssCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion scmVersion)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
Commandline |
VssCheckOutCommand.buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckOutScmResult |
VssCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
boolean recursive)
Execute Check out command line.
|
Modifier and Type | Method and Description |
---|---|
Commandline |
VssUpdateCommand.buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected UpdateScmResult |
VssUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.