Class RichTextPublisherStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.korosoft.jenkins.plugin.rtp.pipeline.RichTextPublisherStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class RichTextPublisherStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetAbortedAsStable(boolean abortedAsStable) voidsetAbortedText(String abortedText) voidsetFailedAsStable(boolean failedAsStable) voidsetFailedText(String failedText) voidsetNullAction(String nullAction) voidsetParserName(String parserName) voidsetStableText(String stableText) voidsetUnstableAsStable(boolean unstableAsStable) voidsetUnstableText(String unstableText) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
RichTextPublisherStep
@DataBoundConstructor public RichTextPublisherStep()
-
-
Method Details
-
getStableText
-
setStableText
-
getUnstableText
-
setUnstableText
-
getFailedText
-
setFailedText
-
getAbortedText
-
setAbortedText
-
getUnstableAsStable
public boolean getUnstableAsStable() -
setUnstableAsStable
@DataBoundSetter public void setUnstableAsStable(boolean unstableAsStable) -
getFailedAsStable
public boolean getFailedAsStable() -
setFailedAsStable
@DataBoundSetter public void setFailedAsStable(boolean failedAsStable) -
getAbortedAsStable
public boolean getAbortedAsStable() -
setAbortedAsStable
@DataBoundSetter public void setAbortedAsStable(boolean abortedAsStable) -
getNullAction
-
setNullAction
-
getParserName
-
setParserName
-
getMarkupParser
-