Class ApproveStep.ApproveStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution<ResponseData<Void>>
org.thoughtslive.jenkins.plugins.hubot.steps.ApproveStep.ApproveStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
ApproveStep
- See Also:
-
Field Summary
Fields inherited from class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
buildCause, buildUserId, buildUserName, envVars, failOnError, hubotService, listener, logger, room, run, site -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
setHubotService, verifyCommonMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume
-
Constructor Details
-
ApproveStepExecution
protected ApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
-
Method Details