public class RichTextPublisher
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
RichTextPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
RichTextPublisher(String stableText,
String unstableText,
String failedText,
String abortedText,
Boolean unstableAsStable,
Boolean failedAsStable,
Boolean abortedAsStable,
String parserName,
String nullAction) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbortedText() |
String |
getFailedText() |
List<String> |
getMarkupParserNames() |
String |
getNullAction() |
String |
getParserName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getStableText() |
String |
getUnstableText() |
boolean |
isAbortedAsStable() |
boolean |
isFailedAsStable() |
boolean |
isUnstableAsStable() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
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) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildpublic String getStableText()
public void setStableText(String stableText)
public String getUnstableText()
public void setUnstableText(String unstableText)
public String getFailedText()
public void setFailedText(String failedText)
public String getAbortedText()
public void setAbortedText(String abortedText)
public boolean isUnstableAsStable()
public void setUnstableAsStable(boolean unstableAsStable)
public boolean isFailedAsStable()
public void setFailedAsStable(boolean failedAsStable)
public boolean isAbortedAsStable()
public void setAbortedAsStable(boolean abortedAsStable)
public String getNullAction()
public void setNullAction(String nullAction)
public String getParserName()
public void setParserName(String parserName)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic void perform(@Nonnull hudson.model.Run<?,?> build, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2017. All rights reserved.