public class JazzCheckInCommand extends AbstractCheckInCommand
NAME
Constructor and Description |
---|
JazzCheckInCommand() |
Modifier and Type | Method and Description |
---|---|
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) |
executeCommand
execute, getLogger, setLogger
public JazzCheckInCommand()
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException
executeCheckInCommand
in class AbstractCheckInCommand
ScmException
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion) throws ScmException
ScmException
public JazzScmCommand createCreateChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)
public JazzScmCommand createCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet)
public JazzScmCommand createDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.