|
|||||||||
| 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.Builder>
com.soasta.jenkins.AbstractCloudTestBuilderDescriptor
com.soasta.jenkins.TestCompositionRunner.DescriptorImpl
@Extension public static class TestCompositionRunner.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 | |
|---|---|
TestCompositionRunner.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteComposition(String cloudTestServerID)
|
hudson.util.FormValidation |
doCheckComposition(String value)
Called automatically by Jenkins whenever the "composition" field is modified by the user. |
hudson.util.FormValidation |
doCheckMaxDaysOfResults(String value)
Called automatically by Jenkins whenever the "maxDaysOfResults" field is modified by the user. |
String |
getDisplayName()
|
| Methods inherited from class com.soasta.jenkins.AbstractCloudTestBuilderDescriptor |
|---|
doFillCloudTestServerIDItems, isApplicable, validateFileMask |
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPossibleViewNames, getPropertyType, getPropertyType, 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 TestCompositionRunner.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>
public hudson.util.FormValidation doCheckComposition(@QueryParameter
String value)
value - the new composition name.
public hudson.util.FormValidation doCheckMaxDaysOfResults(@QueryParameter
String value)
value - the new maximum age, in days.
public hudson.model.AutoCompletionCandidates doAutoCompleteComposition(@QueryParameter
String cloudTestServerID)
throws IOException,
InterruptedException
IOException
InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||