Class ScriptlerBuilder
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,Serializable
public class ScriptlerBuilder extends Builder implements Serializable
- Author:
- Dominik Bartholdi (imod)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScriptlerBuilder.ConverterImpl
Automatically registered by XStream2.AssociatedConverterImpl#findConverter(Class) Process the class regularly but add a check after thatstatic class
ScriptlerBuilder.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description ScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, List<Parameter> parameters)
ScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, Parameter[] parameters)
Deprecated.as of 3.5; useScriptlerBuilder(String, String, boolean, List)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBuilderId()
ScriptlerBuilder.DescriptorImpl
getDescriptor()
Parameter[]
getParameters()
Deprecated.since 3.5List<Parameter>
getParametersList()
String
getScriptId()
int
hashCode()
boolean
isPropagateParams()
boolean
perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
-
Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
-
-
-
Constructor Detail
-
ScriptlerBuilder
@Deprecated public ScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, Parameter[] parameters)
Deprecated.as of 3.5; useScriptlerBuilder(String, String, boolean, List)
-
-
Method Detail
-
getScriptId
public String getScriptId()
-
getParameters
@Deprecated public Parameter[] getParameters()
Deprecated.since 3.5
-
getBuilderId
public String getBuilderId()
-
isPropagateParams
public boolean isPropagateParams()
-
perform
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
- Specified by:
perform
in interfaceBuildStep
- Overrides:
perform
in classBuildStepCompatibilityLayer
-
getDescriptor
public ScriptlerBuilder.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Builder>
- Overrides:
getDescriptor
in classBuilder
-
-