Class InputTriggerStep

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

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

      • InputTriggerStep

        @DataBoundConstructor
        public InputTriggerStep​(String triggerId)
    • Method Detail

      • getHandle

        public org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle getHandle()
      • setHandle

        @DataBoundSetter
        public void setHandle​(org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle handle)
      • getTriggerId

        public String getTriggerId()
      • start

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