public class QueryOverOps
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
QueryOverOps(String applicationName,
String deploymentName,
int activeTimespan,
int baselineTimespan,
String criticalExceptionTypes,
int minVolumeThreshold,
double minErrorRateThreshold,
double reggressionDelta,
double criticalRegressionDelta,
boolean applySeasonality,
boolean markUnstable,
boolean showResults,
boolean verbose,
String serviceId,
int serverWait) |
| Modifier and Type | Method and Description |
|---|---|
int |
getactiveTimespan() |
String |
getapplicationName() |
int |
getbaselineTimespan() |
double |
getcriticalRegressionDelta() |
String |
getdeploymentName() |
DescriptorImpl |
getDescriptor() |
boolean |
getmarkUnstable() |
double |
getminErrorRateThreshold() |
double |
getminVolumeThreshold() |
double |
getreggressionDelta() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getserverWait() |
String |
getserviceId() |
boolean |
getshowResults() |
boolean |
getverbose() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public QueryOverOps(String applicationName, String deploymentName, int activeTimespan, int baselineTimespan, String criticalExceptionTypes, int minVolumeThreshold, double minErrorRateThreshold, double reggressionDelta, double criticalRegressionDelta, boolean applySeasonality, boolean markUnstable, boolean showResults, boolean verbose, String serviceId, int serverWait)
public String getapplicationName()
public String getdeploymentName()
public int getactiveTimespan()
public int getbaselineTimespan()
public double getminErrorRateThreshold()
public double getminVolumeThreshold()
public double getreggressionDelta()
public double getcriticalRegressionDelta()
public String getserviceId()
public int getserverWait()
public boolean getverbose()
public boolean getshowResults()
public boolean getmarkUnstable()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2018. All rights reserved.