Class SdoEventDeliveryStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class SdoEventDeliveryStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • SdoEventDeliveryStep

        @DataBoundConstructor
        public SdoEventDeliveryStep()
    • Method Detail

      • setKeyValueMap

        @DataBoundSetter
        public void setKeyValueMap​(HashMap<String,​Object> keyValueMap)
      • getEventType

        public String getEventType()
      • setEventType

        @DataBoundSetter
        public void setEventType​(String eventType)
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception