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