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
public static class ApproveStep.ApproveStepExecution extends HubotStepExecution<ResponseData<Void>>
- See Also:
- Serialized Form
-
-
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
Constructors Modifier Constructor Description protectedApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanstart()voidstop(Throwable cause)-
Methods inherited from class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecution
setHubotService, verifyCommon
-
-
-
-
Constructor Detail
-
ApproveStepExecution
protected ApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-