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 BranchScmResultAbstractScmProvider.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.use#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 TypeMethodDescriptionvoidScmProviderStub.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 BranchScmResultAbstractCvsBranchCommand.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 BranchScmResultCvsExeBranchCommand.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 BranchScmResultAbstractGitScmProvider.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 BranchScmResultJazzScmProvider.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 BranchScmResultAbstractSvnScmProvider.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 BranchScmResultTfsScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
#branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters)