Package org.korosoft.jenkins.plugin.rtp
Class RichTextPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
org.korosoft.jenkins.plugin.rtp.RichTextPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,SimpleBuildStep
Rich text publisher
- Since:
- 1.0
- Author:
- Dmitry Korotkov
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidperform(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) voidsetAbortedAsStable(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 hudson.tasks.Recorder
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
RichTextPublisher
-
-
Method Details
-
getMarkupParserNames
-
getStableText
-
setStableText
-
getUnstableText
-
setUnstableText
-
getFailedText
-
setFailedText
-
getAbortedText
-
setAbortedText
-
isUnstableAsStable
public boolean isUnstableAsStable() -
setUnstableAsStable
public void setUnstableAsStable(boolean unstableAsStable) -
isFailedAsStable
public boolean isFailedAsStable() -
setFailedAsStable
public void setFailedAsStable(boolean failedAsStable) -
isAbortedAsStable
public boolean isAbortedAsStable() -
setAbortedAsStable
public void setAbortedAsStable(boolean abortedAsStable) -
getNullAction
-
setNullAction
-
getParserName
-
setParserName
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorServicein interfaceBuildStep
-
perform
public void perform(@Nonnull Run<?, ?> build, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceSimpleBuildStep- Throws:
InterruptedExceptionIOException
-