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
- Author:
- Dominik Bartholdi (imod)
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Automatically registered by XStream2.AssociatedConverterImpl#findConverter(Class) Process the class regularly but add a check after thatstatic final class
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
ConstructorDescriptionScriptlerBuilder
(String builderId, String scriptId, boolean propagateParams, List<Parameter> parameters) ScriptlerBuilder
(String builderId, String scriptId, boolean propagateParams, Parameter[] parameters) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.since 3.5int
hashCode()
boolean
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 Details
-
ScriptlerBuilder
@Deprecated(since="3.5") public ScriptlerBuilder(@CheckForNull String builderId, @CheckForNull String scriptId, boolean propagateParams, @CheckForNull Parameter[] parameters) Deprecated.as of 3.5; useScriptlerBuilder(String, String, boolean, List)
-
ScriptlerBuilder
-
-
Method Details
-
getScriptId
-
getParameters
Deprecated.since 3.5 -
getParametersList
-
getBuilderId
-
isPropagateParams
public boolean isPropagateParams() -
perform
- Specified by:
perform
in interfaceBuildStep
- Overrides:
perform
in classBuildStepCompatibilityLayer
-
equals
-
hashCode
public int hashCode() -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Builder>
- Overrides:
getDescriptor
in classBuilder
-
ScriptlerBuilder(String, String, boolean, List)