Modifier and Type | Method and Description |
---|---|
ScmBranchParameters |
CommandParameters.getScmBranchParameters(CommandParameter parameter) |
Modifier and Type | Method and Description |
---|---|
void |
CommandParameters.setScmBranchParameters(CommandParameter parameter,
ScmBranchParameters scmBranchParameters) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
HgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
String branch,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
Modifier and Type | Method and Description |
---|---|
static Commandline |
SvnBranchCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
String branch,
File messageFile,
ScmBranchParameters scmBranchParameters) |
ScmResult |
SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String branch,
ScmBranchParameters scmBranchParameters) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.