Class FigletBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jenkinsci.plugins.figlet_buildstep.FigletBuilder
- All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWe'll use this from theconfig.jelly.booleanperform(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class Builder
all, getRequiredMonitorService, prebuildMethods inherited from class BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
FigletBuilder
-
-
Method Details
-
getMessage
We'll use this from theconfig.jelly. -
perform
public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException - Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
IOException
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Builder>- Overrides:
getDescriptorin classBuilder
-