@Symbol(value="dotcomMonitor")
@Extension
public static class StressTestPublisher.StressTestPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
StressTestPublisherDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAvgTime(String value) |
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value) |
hudson.util.FormValidation |
doCheckErrorThreshold(String value) |
hudson.util.FormValidation |
doCheckScenarioId(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> type) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>@POST
public hudson.util.FormValidation doCheckScenarioId(@QueryParameter
String value)
@POST
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value)
@POST
public hudson.util.FormValidation doCheckAvgTime(@QueryParameter
String value)
@POST
public hudson.util.FormValidation doCheckErrorThreshold(@QueryParameter
String value)
@POST
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
Copyright © 2016–2020. All rights reserved.