Package | Description |
---|---|
org.apache.maven.scm | |
org.apache.maven.scm.command.branch | |
org.apache.maven.scm.provider |
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 |
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) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.