Class ConfigurationTestCase.ConfigurationTestCaseDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<ConfigurationTestCase>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.ConfigurationTestCase.ConfigurationTestCaseDescriptor
-
- Direct Known Subclasses:
GenericTestCase.DescriptorImpl
,UnitTestCase.DescriptorImpl
- Enclosing class:
- ConfigurationTestCase
public abstract static class ConfigurationTestCase.ConfigurationTestCaseDescriptor extends Descriptor<ConfigurationTestCase>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static String
defaultClientDashboard
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description ConfigurationTestCaseDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addTestCases(String testCase)
static DescriptorExtensionList<ConfigurationTestCase,Descriptor<ConfigurationTestCase>>
all()
ListBoxModel
doFillClientDashboardItems(Item item)
ListBoxModel
doFillNameItems(Item item)
ListBoxModel
doFillXmlDashboardItems(Item item, String dynatraceProfile)
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Field Detail
-
defaultClientDashboard
public static final String defaultClientDashboard
- See Also:
- Constant Field Values
-
-
Method Detail
-
addTestCases
public static void addTestCases(String testCase)
-
all
public static DescriptorExtensionList<ConfigurationTestCase,Descriptor<ConfigurationTestCase>> all()
-
doFillNameItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillNameItems(@AncestorInPath Item item)
-
doFillClientDashboardItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillClientDashboardItems(@AncestorInPath Item item)
-
doFillXmlDashboardItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillXmlDashboardItems(@AncestorInPath Item item, @RelativePath("..") @QueryParameter String dynatraceProfile)
-
-