@Extension
public static class KiuwanRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
KiuwanRecorder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckFailureThreshold(String failureThreshold,
String unstableThreshold,
String measure) |
hudson.util.FormValidation |
doCheckThresholds(String unstableThreshold,
String failureThreshold,
String measure) |
hudson.util.FormValidation |
doCheckTimeout(int timeout) |
hudson.util.FormValidation |
doCheckUnstableThreshold(String unstableThreshold,
String failureThreshold,
String measure) |
hudson.util.ListBoxModel |
doFillMeasureItems(String measure) |
hudson.util.FormValidation |
doTestConnection(String username,
String password) |
String |
getDisplayName() |
String |
getPassword() |
String |
getUsername() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> item)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getUsername()
public String getPassword()
public hudson.util.FormValidation doTestConnection(@QueryParameter
String username,
@QueryParameter
String password)
public hudson.util.ListBoxModel doFillMeasureItems(@QueryParameter(value="measure")
String measure)
public hudson.util.FormValidation doCheckTimeout(@QueryParameter(value="timeout")
int timeout)
public hudson.util.FormValidation doCheckThresholds(@QueryParameter(value="unstableThreshold")
String unstableThreshold,
@QueryParameter(value="failureThreshold")
String failureThreshold,
@QueryParameter(value="measure")
String measure)
public hudson.util.FormValidation doCheckUnstableThreshold(@QueryParameter(value="unstableThreshold")
String unstableThreshold,
@QueryParameter(value="failureThreshold")
String failureThreshold,
@QueryParameter(value="measure")
String measure)
Copyright © 2004-2015. All Rights Reserved.