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 classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setAbortedAsStable
(boolean abortedAsStable) void
setAbortedText
(String abortedText) void
setFailedAsStable
(boolean failedAsStable) void
setFailedText
(String failedText) void
setNullAction
(String nullAction) void
setParserName
(String parserName) void
setStableText
(String stableText) void
setUnstableAsStable
(boolean unstableAsStable) void
setUnstableText
(String unstableText) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
Methods 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
-