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 org.apache.maven.scm.provider.git org.apache.maven.scm.provider.hg org.apache.maven.scm.provider.svn 
- 
- 
Uses of BranchScmResult in org.apache.maven.scm.managerMethods in org.apache.maven.scm.manager that return BranchScmResult Modifier and Type Method Description BranchScmResultAbstractScmManager. 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 name.BranchScmResultAbstractScmManager. 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.BranchScmResultScmManager. 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 name.BranchScmResultScmManager. 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.BranchScmResultScmManagerStub. 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 name.BranchScmResultScmManagerStub. 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.providerMethods in org.apache.maven.scm.provider that return BranchScmResult Modifier and Type Method Description protected BranchScmResultAbstractScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)BranchScmResultAbstractScmProvider. 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 name.BranchScmResultAbstractScmProvider. 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.BranchScmResultAbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)BranchScmResultScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)BranchScmResultScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)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.BranchScmResultScmProviderStub. 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 name.BranchScmResultScmProviderStub. 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.BranchScmResultScmProviderStub. 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.BranchScmResultScmProviderStub. getBranchScmResult()Methods in org.apache.maven.scm.provider with parameters of type BranchScmResult Modifier and Type Method Description voidScmProviderStub. setBranchScmResult(BranchScmResult branchScmResult)
- 
Uses of BranchScmResult in org.apache.maven.scm.provider.gitMethods in org.apache.maven.scm.provider.git that return BranchScmResult Modifier and Type Method Description protected BranchScmResultAbstractGitScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
- 
Uses of BranchScmResult in org.apache.maven.scm.provider.hgMethods in org.apache.maven.scm.provider.hg that return BranchScmResult Modifier and Type Method Description BranchScmResultHgScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
- 
Uses of BranchScmResult in org.apache.maven.scm.provider.svnMethods in org.apache.maven.scm.provider.svn that return BranchScmResult Modifier and Type Method Description protected BranchScmResultAbstractSvnScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
 
-