org.apache.maven.scm.provider.jazz.command.checkin
Class JazzCheckInCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkin.AbstractCheckInCommand
          extended by org.apache.maven.scm.provider.jazz.command.checkin.JazzCheckInCommand
All Implemented Interfaces:
Command

public class JazzCheckInCommand
extends AbstractCheckInCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzCheckInCommand()
           
 
Method Summary
 JazzScmCommand createCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet)
           
 JazzScmCommand createCreateChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)
           
 JazzScmCommand createDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
          
 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
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

JazzCheckInCommand

public JazzCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository,
                                                 ScmFileSet fileSet,
                                                 String message,
                                                 ScmVersion scmVersion)
                                          throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo,
                                                 ScmFileSet fileSet,
                                                 ScmVersion scmVersion)
                                          throws ScmException
Throws:
ScmException

createCreateChangesetCommand

public JazzScmCommand createCreateChangesetCommand(ScmProviderRepository repo,
                                                   ScmFileSet fileSet,
                                                   String message)

createCheckInCommand

public JazzScmCommand createCheckInCommand(ScmProviderRepository repo,
                                           ScmFileSet fileSet)

createDeliverCommand

public JazzScmCommand createDeliverCommand(JazzScmProviderRepository repo,
                                           ScmFileSet fileSet)


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