public class KiuwanRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
KiuwanRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static String |
EFFORT_TO_TARGET |
static String |
QUALITY_INDICATOR |
static String |
RISK_INDEX |
| Constructor and Description |
|---|
KiuwanRecorder(String applicationName,
String label,
String encoding,
String includes,
String excludes,
int timeout,
String measure,
double unstableThreshold,
double failureThreshold) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
KiuwanRecorder.DescriptorImpl |
getDescriptor() |
String |
getEncoding() |
String |
getExcludes() |
double |
getFailureThreshold() |
String |
getIncludes() |
String |
getLabel() |
String |
getMeasure() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getTimeout() |
double |
getUnstableThreshold() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectActions, perform, prebuildpublic static final String QUALITY_INDICATOR
public static final String EFFORT_TO_TARGET
public static final String RISK_INDEX
public String getApplicationName()
public String getLabel()
public String getEncoding()
public String getIncludes()
public String getExcludes()
public String getMeasure()
public double getUnstableThreshold()
public double getFailureThreshold()
public int getTimeout()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionBuildStepCompatibilityLayer.perform(hudson.model.AbstractBuild,
hudson.Launcher, hudson.model.BuildListener)public KiuwanRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2004-2014. All Rights Reserved.