public class Publisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
Publisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static Publisher.DescriptorImpl |
DESCRIPTOR |
boolean |
escapeExceptionMsg |
boolean |
escapeTestDescp |
Integer |
failedFails |
Integer |
failedSkips |
boolean |
failureOnFailedTestConfig |
String |
reportFilenamePattern |
boolean |
showFailedBuilds |
Integer |
thresholdMode |
Integer |
unstableFails |
boolean |
unstableOnSkippedTests
Deprecated.
|
Integer |
unstableSkips |
| Constructor and Description |
|---|
Publisher(String reportFilenamePattern,
boolean escapeTestDescp,
boolean escapeExceptionMsg,
boolean showFailedBuilds,
boolean failureOnFailedTestConfig,
int unstableSkips,
int unstableFails,
int failedSkips,
int failedFails,
int thresholdMode) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Object |
readResolve()
Helps resolve XML configs for versions before 1.11 when these new config options were introduced.
|
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic final String reportFilenamePattern
public final boolean escapeTestDescp
public final boolean escapeExceptionMsg
public final boolean failureOnFailedTestConfig
public final boolean showFailedBuilds
@Deprecated public transient boolean unstableOnSkippedTests
public Integer unstableSkips
public Integer unstableFails
public Integer failedSkips
public Integer failedFails
public Integer thresholdMode
@Extension public static final Publisher.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public Publisher(String reportFilenamePattern, boolean escapeTestDescp, boolean escapeExceptionMsg, boolean showFailedBuilds, boolean failureOnFailedTestConfig, int unstableSkips, int unstableFails, int failedSkips, int failedFails, int thresholdMode)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic 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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionprotected Object readResolve()
Copyright © 2004-2016. All Rights Reserved.