Uses of Class
org.apache.maven.scm.command.branch.BranchScmResult

Packages that use BranchScmResult
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
 BranchScmResult 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 name
 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 name
 BranchScmResult 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
 BranchScmResult 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 name
 

Uses of BranchScmResult in org.apache.maven.scm.provider
 

Methods in org.apache.maven.scm.provider that return BranchScmResult
protected  BranchScmResult AbstractScmProvider.branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 BranchScmResult ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
          Deprecated. use #branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters)
 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 name
 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
 BranchScmResult AbstractScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
           
 BranchScmResult ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
          Deprecated. use #branch(ScmRepository, ScmFileSet, String, String, ScmBranchParameters)
 BranchScmResult 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 name
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.