|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
com.kiuwan.plugins.kiuwanJenkinsPlugin.KiuwanRecorder.DescriptorImpl
@Extension public static class KiuwanRecorder.DescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
KiuwanRecorder.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KiuwanRecorder.DescriptorImpl()
| Method Detail |
|---|
public 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)
public hudson.util.FormValidation doCheckFailureThreshold(@QueryParameter(value="failureThreshold")
String failureThreshold,
@QueryParameter(value="unstableThreshold")
String unstableThreshold,
@QueryParameter(value="measure")
String measure)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||