Class RichTextPublisherStep.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
org.korosoft.jenkins.plugin.rtp.pipeline.RichTextPublisherStep.DescriptorImpl
- Enclosing class:
- RichTextPublisherStep
@Extension
public static class RichTextPublisherStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckPublishText(Job<?, ?> project, String value) org.kohsuke.stapler.HttpResponseorg.kohsuke.stapler.HttpResponseMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
getExecutionType, getRequiredContextMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, checkContextAvailability, defineArguments, getProvidedContext, isAdvanced, newInstance, takesImplicitBlockArgumentMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getFunctionName
- Specified by:
getFunctionNamein classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
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:
IOExceptionjavax.servlet.ServletException
-