Uses of Class
org.apache.maven.scm.ScmBranchParameters
Packages that use ScmBranchParameters
Package
Description
- 
Uses of ScmBranchParameters in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmBranchParametersModifier and TypeMethodDescriptionCommandParameters.getScmBranchParameters(CommandParameter parameter) Methods in org.apache.maven.scm with parameters of type ScmBranchParametersModifier and TypeMethodDescriptionvoidCommandParameters.setScmBranchParameters(CommandParameter parameter, ScmBranchParameters scmBranchParameters)  - 
Uses of ScmBranchParameters in org.apache.maven.scm.command.branch
Methods in org.apache.maven.scm.command.branch with parameters of type ScmBranchParametersModifier and TypeMethodDescriptionprotected ScmResultAbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) default impl to provide backward comp - 
Uses of ScmBranchParameters in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmBranchParametersModifier and TypeMethodDescriptionAbstractScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) 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 nameScmProviderStub.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 - 
Uses of ScmBranchParameters in org.apache.maven.scm.provider.hg.command.branch
Methods in org.apache.maven.scm.provider.hg.command.branch with parameters of type ScmBranchParametersModifier and TypeMethodDescriptionprotected ScmResultHgBranchCommand.executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) default impl to provide backward comp - 
Uses of ScmBranchParameters in org.apache.maven.scm.provider.svn.svnexe.command.branch
Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch with parameters of type ScmBranchParametersModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineSvnBranchCommand.createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters) SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)