Class SendStep.SendStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
-
- 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:
- Serialized Form
-
-
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
Constructors Modifier Constructor Description protected
SendStepExecution(SendStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Boolean
run()
-
Methods inherited from class org.thoughtslive.jenkins.plugins.hubot.util.HubotAbstractSynchronousNonBlockingStepExecution
setHubotService, verifyCommon
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
SendStepExecution
protected SendStepExecution(SendStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-