Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
ScmTckTestCase.checkIn(File workingDirectory,
ScmRepository repository)
Convenience method to check in files to the repository
|
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 |
---|---|
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.
|
CheckInScmResult |
ScmManagerStub.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmManager.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
AbstractScmManager.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
AbstractScmProvider.checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
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.
|
CheckInScmResult |
ScmProviderStub.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
AbstractScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmProviderStub.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String message)
Save the changes you have done into the repository.
|
CheckInScmResult |
ScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String message)
|
CheckInScmResult |
AbstractScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String message)
Deprecated.
|
CheckInScmResult |
ScmProviderStub.getCheckInScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setCheckInScmResult(CheckInScmResult checkInScmResult) |
Modifier and Type | Method and Description |
---|---|
CheckInScmResult |
AbstractGitScmProvider.checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
GitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
JGitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
CheckInScmResult |
HgScmProvider.checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
HgCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion tag) |
Modifier and Type | Method and Description |
---|---|
CheckInScmResult |
LocalScmProvider.checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
LocalCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
CheckInScmResult |
AbstractSvnScmProvider.checkin(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
SvnCheckInCommand.executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
ScmVersion version) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.