Package hudson.plugins.groovy
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
Makesgroovy
inPATH
be bound to an appropriate executable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WithGroovyStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description WithGroovyStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getInput()
String
getJdk()
String
getTool()
void
setInput(Object input)
void
setJdk(String jdk)
void
setTool(String tool)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-