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
Makes
groovy
in PATH
be bound to an appropriate executable.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
WithGroovyStep
@DataBoundConstructor public WithGroovyStep()
-
-
Method Details