Uses of Class
org.apache.maven.scm.ScmBranchParameters
-
Packages that use ScmBranchParameters Package Description org.apache.maven.scm org.apache.maven.scm.command.branch org.apache.maven.scm.provider -
-
Uses of ScmBranchParameters in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmBranchParameters Modifier and Type Method Description ScmBranchParametersCommandParameters. getScmBranchParameters(CommandParameter parameter)Methods in org.apache.maven.scm with parameters of type ScmBranchParameters Modifier and Type Method Description voidCommandParameters. 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 ScmBranchParameters Modifier and Type Method Description protected 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 ScmBranchParameters Modifier and Type Method Description BranchScmResultAbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)BranchScmResultScmProvider. 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.
-