Class WithCodeQL

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

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

      • WithCodeQL

        @DataBoundConstructor
        public WithCodeQL​(String codeql)
    • Method Detail

      • getCodeql

        public String getCodeql()
      • setCodeql

        @DataBoundSetter
        public void setCodeql​(String codeql)
      • 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