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
Nested ClassesModifier and TypeClassDescriptionstatic final classAutomatically registered by XStream2.AssociatedConverterImpl#findConverter(Class) Process the class regularly but add a check after thatstatic final classNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, List<Parameter> parameters) ScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, Parameter[] parameters) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.since 3.5inthashCode()booleanbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuildMethods 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:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer
-
equals
-
hashCode
public int hashCode() -
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Builder>- Overrides:
getDescriptorin classBuilder
-
ScriptlerBuilder(String, String, boolean, List)