Uses of Class
org.apache.maven.scm.command.branch.BranchScmResult
-
Packages that use BranchScmResult Package Description org.apache.maven.scm.manager org.apache.maven.scm.provider -
-
Uses of BranchScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return BranchScmResult Modifier and Type Method Description BranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name -
Uses of BranchScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return BranchScmResult Modifier and Type Method Description protected BranchScmResult
AbstractScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
BranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
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
-