Modifier and Type | Method and Description |
---|---|
BranchScmResult |
ScmManagerStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
AbstractScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmManagerStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
AbstractScmManager.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
AbstractScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Deprecated.
use
#branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters) |
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain
branch name
|
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain
branch name
|
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters) |
BranchScmResult |
ScmProviderStub.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Deprecated.
use
#branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters) |
BranchScmResult |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name
|
BranchScmResult |
ScmProviderStub.getBranchScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setBranchScmResult(BranchScmResult branchScmResult) |
Modifier and Type | Method and Description |
---|---|
BranchScmResult |
AbstractCvsScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected abstract BranchScmResult |
AbstractCvsBranchCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
CvsExeBranchCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
CvsJavaBranchCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
AbstractGitScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
BranchScmResult |
HgScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
IntegrityScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si createdevpath
|
Modifier and Type | Method and Description |
---|---|
BranchScmResult |
IntegrityBranchCommand.executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
String message) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
JazzScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
AbstractSvnScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected BranchScmResult |
TfsScmProvider.branch(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.