Class WithGroovyStep

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

    public class WithGroovyStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Makes groovy in PATH be bound to an appropriate executable.
    • Constructor Detail

      • WithGroovyStep

        @DataBoundConstructor
        public WithGroovyStep()
    • Method Detail

      • getTool

        public String getTool()
      • setTool

        @DataBoundSetter
        public void setTool​(String tool)
      • getJdk

        public String getJdk()
      • setJdk

        @DataBoundSetter
        public void setJdk​(String jdk)
      • getInput

        public Object getInput()
      • setInput

        @DataBoundSetter
        public void setInput​(Object input)
      • 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