public class RuSaladPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
RuSaladPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
RuSaladPublisher(String reportFolder,
int buildFailThreshold,
boolean useUnstableMarker,
boolean performForUnstableBuild) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildFailThreshold() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
String |
getReportFolder() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isPerformForUnstableBuild() |
boolean |
isUseUnstableMarker() |
RuSaladPublisher.DescriptorImpl |
myGetDescriptor() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, perform, prebuild@DataBoundConstructor public RuSaladPublisher(String reportFolder, int buildFailThreshold, boolean useUnstableMarker, boolean performForUnstableBuild)
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic String getReportFolder()
public boolean isUseUnstableMarker()
public boolean isPerformForUnstableBuild()
public int getBuildFailThreshold()
public RuSaladPublisher.DescriptorImpl myGetDescriptor()
public 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.