public class MonKitPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
class |
MonKitPublisher.Case |
static class |
MonKitPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static net.praqma.jenkins.plugin.monkit.MonKitPublisher.MonKitFilenameFilter |
__MONKIT_FILENAME_FILTER |
| Constructor and Description |
|---|
MonKitPublisher(String monKitFile,
boolean onlyStable,
boolean disableLegend) |
| Modifier and Type | Method and Description |
|---|---|
net.praqma.monkit.MonKitCategory |
getMonKitCategory(List<net.praqma.monkit.MonKitCategory> monkit,
MonKitTarget mkt) |
String |
getMonKitFile() |
boolean |
getOnlyStable() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
MonKitTarget |
getTarget(String category) |
List<MonKitTarget> |
getTargets() |
MonKitPublisher.Case |
getWorst(List<net.praqma.monkit.MonKitCategory> monkit) |
boolean |
isDisableLegend() |
boolean |
isOnlyStable() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, prebuildpublic static final net.praqma.jenkins.plugin.monkit.MonKitPublisher.MonKitFilenameFilter __MONKIT_FILENAME_FILTER
@DataBoundConstructor public MonKitPublisher(String monKitFile, boolean onlyStable, boolean disableLegend)
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 boolean getOnlyStable()
public String getMonKitFile()
public boolean isOnlyStable()
public boolean isDisableLegend()
public List<MonKitTarget> getTargets()
public MonKitTarget getTarget(String category)
public net.praqma.monkit.MonKitCategory getMonKitCategory(List<net.praqma.monkit.MonKitCategory> monkit, MonKitTarget mkt)
public MonKitPublisher.Case getWorst(List<net.praqma.monkit.MonKitCategory> monkit)
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerCopyright © 2004-2015. All Rights Reserved.