Class DynatraceServerConfiguration.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<DynatraceServerConfiguration>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.DynatraceServerConfiguration.DescriptorImpl
-
- Enclosing class:
- DynatraceServerConfiguration
@Extension public static final class DynatraceServerConfiguration.DescriptorImpl extends Descriptor<DynatraceServerConfiguration>
-
-
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 int
defaultDelay
static int
defaultReadTimeout
static int
defaultRetryCount
static String
defaultServerUrl
static boolean
defaultUseProxy
static boolean
defaultVerifyCertificate
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckDelay(Item item, String delay)
FormValidation
doCheckRetryCount(Item item, String retryCount)
FormValidation
doCheckServerUrl(Item item, String serverUrl)
String
getDisplayName()
-
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, 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
-
defaultServerUrl
public static final String defaultServerUrl
- See Also:
- Constant Field Values
-
defaultDelay
public static final int defaultDelay
- See Also:
- Constant Field Values
-
defaultRetryCount
public static final int defaultRetryCount
- See Also:
- Constant Field Values
-
defaultReadTimeout
public static final int defaultReadTimeout
- See Also:
- Constant Field Values
-
defaultVerifyCertificate
public static final boolean defaultVerifyCertificate
- See Also:
- Constant Field Values
-
defaultUseProxy
public static final boolean defaultUseProxy
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<DynatraceServerConfiguration>
-
doCheckServerUrl
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckServerUrl(@AncestorInPath Item item, @QueryParameter String serverUrl)
-
doCheckDelay
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckDelay(@AncestorInPath Item item, @QueryParameter String delay)
-
doCheckRetryCount
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckRetryCount(@AncestorInPath Item item, @QueryParameter String retryCount)
-
-