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 |
boolean |
failureOnFailedTestConfig |
String |
reportFilenamePattern |
boolean |
showFailedBuilds |
boolean |
unstableOnSkippedTests |
| Constructor and Description |
|---|
Publisher(String reportFilenamePattern,
boolean escapeTestDescp,
boolean escapeExceptionMsg,
boolean showFailedBuilds,
boolean unstableOnSkippedTests,
boolean failureOnFailedTestConfig) |
| 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) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic final String reportFilenamePattern
public final boolean escapeTestDescp
public final boolean escapeExceptionMsg
public final boolean showFailedBuilds
public final boolean unstableOnSkippedTests
public final boolean failureOnFailedTestConfig
@Extension public static final Publisher.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public Publisher(String reportFilenamePattern, boolean escapeTestDescp, boolean escapeExceptionMsg, boolean showFailedBuilds, boolean unstableOnSkippedTests, boolean failureOnFailedTestConfig)
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.