Package | Description |
---|---|
org.apache.maven.scm | |
org.apache.maven.scm.command.branch | |
org.apache.maven.scm.provider | |
org.apache.maven.scm.provider.svn.svnexe.command.branch |
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 |
AbstractScmProvider.branch(ScmRepository repository,
ScmFileSet fileSet,
String branchName,
ScmBranchParameters scmBranchParameters) |
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
|
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.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–2014. All rights reserved.