public class RichTextPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
RichTextPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
RichTextPublisher(String stableText,
String unstableText,
String failedText,
Boolean unstableAsStable,
Boolean failedAsStable,
String parserName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedText() |
List<String> |
getMarkupParserNames() |
String |
getParserName() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getStableText() |
String |
getUnstableText() |
boolean |
isFailedAsStable() |
boolean |
isUnstableAsStable() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setFailedAsStable(boolean failedAsStable) |
void |
setFailedText(String failedText) |
void |
setParserName(String parserName) |
void |
setStableText(String stableText) |
void |
setUnstableAsStable(boolean unstableAsStable) |
void |
setUnstableText(String unstableText) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, 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 boolean isUnstableAsStable()
public void setUnstableAsStable(boolean unstableAsStable)
public boolean isFailedAsStable()
public void setFailedAsStable(boolean failedAsStable)
public String getParserName()
public void setParserName(String parserName)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2013. All Rights Reserved.