Class JazzCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
org.apache.maven.scm.provider.jazz.command.checkin.JazzCheckInCommand
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateChangesetAssociateCommand
(ScmProviderRepository repo, Integer changeSetAlias) createCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet) createCreateChangesetCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message) createDeliverCommand
(JazzScmProviderRepository repo, ScmFileSet fileSet) protected CheckInScmResult
executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) protected CheckInScmResult
executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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
-
Constructor Details
-
JazzCheckInCommand
public JazzCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException - Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- 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) -
createChangesetAssociateCommand
public JazzScmCommand createChangesetAssociateCommand(ScmProviderRepository repo, Integer changeSetAlias) -
createCheckInCommand
-
createDeliverCommand
-