Class FigletBuilder.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<Builder>
hudson.tasks.BuildStepDescriptor<Builder>
org.jenkinsci.plugins.figlet_buildstep.FigletBuilder.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
FigletBuilder

@Extension public static final class FigletBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor for FigletBuilder. Used as a singleton. The class is marked as public so that it can be accessed from views.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
      In order to load the persisted global configuration, you have to call load() in the constructor.
  • Method Details

    • doCheckMessage

      public FormValidation doCheckMessage(@QueryParameter String value) throws IOException, jakarta.servlet.ServletException
      Performs on-the-fly validation of the form field 'message'.
      Parameters:
      value - This parameter receives the value that the user has typed.
      Returns:
      Indicates the outcome of the validation. This is sent to the browser.
      Throws:
      IOException
      jakarta.servlet.ServletException
    • isApplicable

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
      Specified by:
      isApplicable in class BuildStepDescriptor<Builder>
    • getDisplayName

      public String getDisplayName()
      This human-readable name is used in the configuration screen.
      Overrides:
      getDisplayName in class Descriptor<Builder>