Class HubotAbstractSynchronousNonBlockingStepExecution<T>

  • Type Parameters:
    T - the type of the return value (may be Void)
    All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SendStep.SendStepExecution

    public abstract class HubotAbstractSynchronousNonBlockingStepExecution<T>
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
    Common Execution for all Hubot steps.
    Author:
    Naresh Rayapati
    See Also:
    SynchronousNonBlockingStepExecution, Serialized Form
    • Field Detail

      • hubotService

        protected transient HubotService hubotService
      • failOnError

        protected transient boolean failOnError
      • room

        protected transient String room
      • buildUserName

        protected transient String buildUserName
      • buildCause

        protected transient String buildCause
      • buildUserId

        protected transient String buildUserId
      • envVars

        protected transient EnvVars envVars
      • run

        protected transient Run<?,​?> run