Uses of Class
org.apache.maven.scm.command.branch.BranchScmResult
Packages that use BranchScmResult
Package
Description
-
Uses of BranchScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return BranchScmResultModifier and TypeMethodDescriptionAbstractScmManager.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 nameAbstractScmManager.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 nameScmManager.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 nameScmManager.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 nameScmManagerStub.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 nameScmManagerStub.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 BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
AbstractScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) 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 nameAbstractScmProvider.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 nameAbstractScmProvider.branch
(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) ScmProvider.branch
(ScmRepository repository, ScmFileSet fileSet, String branchName) Deprecated.ScmProvider.branch
(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) 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) 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, String message) 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 nameScmProviderStub.getBranchScmResult()
Methods in org.apache.maven.scm.provider with parameters of type BranchScmResultModifier and TypeMethodDescriptionvoid
ScmProviderStub.setBranchScmResult
(BranchScmResult branchScmResult) -
Uses of BranchScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
AbstractGitScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of BranchScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return BranchScmResultModifier and TypeMethodDescriptionHgScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of BranchScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
AbstractSvnScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmProvider.branch(ScmRepository, ScmFileSet, String, ScmBranchParameters)