Class SearchIssuesStep

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

    public class SearchIssuesStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Simple search issues step
    Author:
    jan zajic
    • Field Detail

      • jql

        public final String jql
    • Constructor Detail

      • SearchIssuesStep

        @DataBoundConstructor
        public SearchIssuesStep​(@NonNull
                                String jql)
    • Method Detail

      • getJql

        public String getJql()
      • 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