org.apache.maven.scm.provider.jazz.command.branch
Class JazzBranchCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.branch.AbstractBranchCommand
          extended by org.apache.maven.scm.provider.jazz.command.branch.JazzBranchCommand
All Implemented Interfaces:
Command

public class JazzBranchCommand
extends AbstractBranchCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzBranchCommand()
           
 
Method Summary
protected  ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)
          
 
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeBranchCommand, executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzBranchCommand

public JazzBranchCommand()
Method Detail

executeBranchCommand

protected ScmResult executeBranchCommand(ScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         String branch,
                                         String message)
                                  throws ScmException

Specified by:
executeBranchCommand in class AbstractBranchCommand
Throws:
ScmException


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