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
Fields in org.apache.maven.scm.provider declared as BranchScmResultMethods 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) Deprecated.useinvalid reference
#branch(ScmRepository, ScmFileSet, String, String, 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) 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.cvslib
Methods in org.apache.maven.scm.provider.cvslib that return BranchScmResultModifier and TypeMethodDescriptionAbstractCvsScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib.command.branch
Methods in org.apache.maven.scm.provider.cvslib.command.branch that return BranchScmResultModifier and TypeMethodDescriptionprotected abstract BranchScmResult
AbstractCvsBranchCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) -
Uses of BranchScmResult in org.apache.maven.scm.provider.cvslib.cvsexe.command.branch
Methods in org.apache.maven.scm.provider.cvslib.cvsexe.command.branch that return BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
CvsExeBranchCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) -
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.jazz
Methods in org.apache.maven.scm.provider.jazz that return BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
JazzScmProvider.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) -
Uses of BranchScmResult in org.apache.maven.scm.provider.tfs
Methods in org.apache.maven.scm.provider.tfs that return BranchScmResultModifier and TypeMethodDescriptionprotected BranchScmResult
TfsScmProvider.branch
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
invalid reference