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,
String serviceId,
String regexFilter,
boolean markUnstable,
Integer printTopIssues,
net.sf.json.JSONObject checkNewErrors,
boolean newEvents,
net.sf.json.JSONObject checkResurfacedErrors,
boolean resurfacedErrors,
net.sf.json.JSONObject checkVolumeErrors,
Integer maxErrorVolume,
net.sf.json.JSONObject checkUniqueErrors,
Integer maxUniqueErrors,
net.sf.json.JSONObject checkCriticalErrors,
String criticalExceptionTypes,
net.sf.json.JSONObject checkRegressionErrors,
String activeTimespan,
String baselineTimespan,
Double minErrorRateThreshold,
Integer minVolumeThreshold,
boolean applySeasonality,
Double regressionDelta,
Double criticalRegressionDelta,
boolean debug) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public QueryOverOps(String applicationName, String deploymentName, String serviceId, String regexFilter, boolean markUnstable, Integer printTopIssues, net.sf.json.JSONObject checkNewErrors, boolean newEvents, net.sf.json.JSONObject checkResurfacedErrors, boolean resurfacedErrors, net.sf.json.JSONObject checkVolumeErrors, Integer maxErrorVolume, net.sf.json.JSONObject checkUniqueErrors, Integer maxUniqueErrors, net.sf.json.JSONObject checkCriticalErrors, String criticalExceptionTypes, net.sf.json.JSONObject checkRegressionErrors, String activeTimespan, String baselineTimespan, Double minErrorRateThreshold, Integer minVolumeThreshold, boolean applySeasonality, Double regressionDelta, Double criticalRegressionDelta, boolean debug)
public String getapplicationName()
public String getdeploymentName()
public String getregexFilter()
public String getserviceId()
public boolean getdebug()
public net.sf.json.JSONObject getcheckNewErrors()
public net.sf.json.JSONObject getcheckResurfacedErrors()
public boolean getnewEvents()
public net.sf.json.JSONObject getcheckUniqueErrors()
public Integer getmaxUniqueErrors()
public net.sf.json.JSONObject getcheckVolumeErrors()
public Integer getmaxErrorVolume()
public net.sf.json.JSONObject getcheckCriticalErrors()
public net.sf.json.JSONObject getcheckRegressionErrors()
public String getcriticalExceptionTypes()
public String getactiveTimespan()
public String getbaselineTimespan()
public Double getminErrorRateThreshold()
public Double getcriticalRegressionDelta()
public Integer getminVolumeThreshold()
public Double getregressionDelta()
public boolean getapplySeasonality()
public Integer 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–2019. All rights reserved.