Uses of Class
org.apache.maven.scm.ScmBranchParameters

Packages that use ScmBranchParameters
org.apache.maven.scm   
org.apache.maven.scm.command.branch   
org.apache.maven.scm.provider   
org.apache.maven.scm.provider.svn.svnexe.command.branch   
 

Uses of ScmBranchParameters in org.apache.maven.scm
 

Methods in org.apache.maven.scm that return ScmBranchParameters
 ScmBranchParameters CommandParameters.getScmBranchParameters(CommandParameter parameter)
           
 

Methods in org.apache.maven.scm with parameters of type ScmBranchParameters
 void CommandParameters.setScmBranchParameters(CommandParameter parameter, ScmBranchParameters scmBranchParameters)
           
 

Uses of ScmBranchParameters in org.apache.maven.scm.command.branch
 

Methods in org.apache.maven.scm.command.branch with parameters of type ScmBranchParameters
protected  ScmResult AbstractBranchCommand.executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
          default impl to provide backward comp
 

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

Methods in org.apache.maven.scm.provider with parameters of type ScmBranchParameters
 BranchScmResult ScmProviderStub.branch(ScmRepository repository, ScmFileSet fileSet, java.lang.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, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
           
 BranchScmResult ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
          Branch (or label in some systems) will create a branch of the source file with a certain branch name
 

Uses of ScmBranchParameters in org.apache.maven.scm.provider.svn.svnexe.command.branch
 

Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch with parameters of type ScmBranchParameters
static org.codehaus.plexus.util.cli.Commandline SvnBranchCommand.createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters)
           
 ScmResult SvnBranchCommand.executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, ScmBranchParameters scmBranchParameters)
           
 



Copyright © 2003-2011. All Rights Reserved.