Class RichTextPublisher.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.korosoft.jenkins.plugin.rtp.RichTextPublisher.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
RichTextPublisher

@Extension public static final class RichTextPublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillNullActionItems

      public org.kohsuke.stapler.HttpResponse doFillNullActionItems()
    • doFillParserNameItems

      public org.kohsuke.stapler.HttpResponse doFillParserNameItems()
    • doCheckPublishText

      public FormValidation doCheckPublishText(@AncestorInPath Job<?,?> project, @QueryParameter String value) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException
    • isApplicable

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

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