public class QueryOverOps
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
protected static class |
QueryOverOps.ApiClientObserver |
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 regressionDelta,
double criticalRegressionDelta,
boolean applySeasonality,
boolean markUnstable,
boolean showResults,
int printTopIssues,
int maxErrorVolume,
int maxUniqueErrors,
String regexFilter,
boolean verbose,
String serviceId,
int serverWait) |
| Modifier and Type | Method and Description |
|---|---|
int |
getactiveTimespan() |
String |
getapplicationName() |
int |
getbaselineTimespan() |
String |
getcriticalExceptionTypes() |
double |
getcriticalRegressionDelta() |
String |
getdeploymentName() |
DescriptorImpl |
getDescriptor() |
boolean |
getmarkUnstable() |
int |
getmaxErrorVolume() |
int |
getmaxUniqueErrors() |
double |
getminErrorRateThreshold() |
double |
getminVolumeThreshold() |
int |
getprintTopIssues() |
String |
getregexFilter() |
double |
getregressionDelta() |
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 regressionDelta, double criticalRegressionDelta, boolean applySeasonality, boolean markUnstable, boolean showResults, int printTopIssues, int maxErrorVolume, int maxUniqueErrors, String regexFilter, 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 getregressionDelta()
public String getcriticalExceptionTypes()
public double getcriticalRegressionDelta()
public String getregexFilter()
public String getserviceId()
public int getserverWait()
public boolean getverbose()
public boolean getshowResults()
public int getmaxErrorVolume()
public int getmaxUniqueErrors()
public int getprintTopIssues()
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.