Package hudson.scm.api.command
Class ProjectCheckoutCommand
java.lang.Object
hudson.scm.api.command.BasicAPICommand
hudson.scm.api.command.ProjectCheckoutCommand
- All Implemented Interfaces:
IAPICommand
Project Checkout command for the Integrity Jenkins Plugin
- Version:
- $Revision: $
- Author:
- Author: asen
-
Field Summary
Fields inherited from class hudson.scm.api.command.BasicAPICommand
cmd, commandHelperObjects, LOGGER, res, runCommandWithInterim, serverConfigFields inherited from interface hudson.scm.api.command.IAPICommand
ADD_PROJECT_LABEL_COMMAND, CHECKPOINT_COMMAND, CLOSE_CP_COMMAND, CREATE_CP_COMMAND, EDIT_ISSUE_COMMAND, EDIT_RESULT_COMMAND, ISSUES_COMMAND, LOCK_COMMAND, PROJECT_ADD_COMMAND, PROJECT_CHECKIN_COMMAND, PROJECT_CHECKOUT_COMMAND, PROJECT_CPDIFF_COMMAND, PROJECT_INFO_COMMAND, RELATIONSHIPS_COMMAND, REVISION_INFO_COMMAND, SUBMIT_CP_COMMAND, UNLOCK_COMMAND, VIEW_CP_COMMAND, VIEW_PROJECT_COMMAND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDo actions post the Integrity API call specifically for Jenkins functionalityvoidDo actions pre the Integrity API call specifically for Jenkins functionalityMethods inherited from class hudson.scm.api.command.BasicAPICommand
addAdditionalParameters, addOption, addSelection, execute, execute, terminateAPI
-
Constructor Details
-
ProjectCheckoutCommand
protected ProjectCheckoutCommand()
-
-
Method Details
-
doPostAction
public void doPostAction()Description copied from interface:IAPICommandDo actions post the Integrity API call specifically for Jenkins functionality- Specified by:
doPostActionin interfaceIAPICommand- Overrides:
doPostActionin classBasicAPICommand
-
doPreAction
public void doPreAction()Description copied from interface:IAPICommandDo actions pre the Integrity API call specifically for Jenkins functionality- Specified by:
doPreActionin interfaceIAPICommand- Overrides:
doPreActionin classBasicAPICommand
-