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.HubotStepExecutionbuildCause, buildUserId, buildUserName, envVars, failOnError, hubotService, listener, logger, room, run, site
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanstart()voidstop(Throwable cause)- 
Methods inherited from class org.thoughtslive.jenkins.plugins.hubot.util.HubotStepExecutionsetHubotService, verifyCommon
 
- 
 
- 
- 
- 
Constructor Detail- 
ApproveStepExecutionprotected ApproveStepExecution(ApproveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
 
- 
 
-