Class WithGroovyStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
hudson.plugins.groovy.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 Details

    • WithGroovyStep

      @DataBoundConstructor public WithGroovyStep()
  • Method Details

    • 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