Class CredProfilePair.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<CredProfilePair>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.CredProfilePair.DescriptorImpl
-
- Enclosing class:
- CredProfilePair
@Extension public static class CredProfilePair.DescriptorImpl extends Descriptor<CredProfilePair>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
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 FormValidationdoCheckProfile(Item item, String profile)ListBoxModeldoFillCredentialsIdItems(Item item, String credentialsId)ListBoxModeldoFillProfileItems(Item item, String serverUrl, String credentialsId, boolean verifyCertificate, boolean useProxy)FormValidationdoTestDynaTraceConnection(Item item, String serverUrl, String credentialsId, boolean verifyCertificate, boolean useProxy)StringgetDisplayName()-
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
-
-
-
-
Method Detail
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<CredProfilePair>
-
doFillCredentialsIdItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
-
doFillProfileItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillProfileItems(@AncestorInPath Item item, @RelativePath("..") @QueryParameter String serverUrl, @QueryParameter String credentialsId, @RelativePath("..") @QueryParameter boolean verifyCertificate, @RelativePath("..") @QueryParameter boolean useProxy)
-
doCheckProfile
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckProfile(@AncestorInPath Item item, @QueryParameter String profile)
-
doTestDynaTraceConnection
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doTestDynaTraceConnection(@AncestorInPath Item item, @QueryParameter String serverUrl, @QueryParameter String credentialsId, @QueryParameter boolean verifyCertificate, @QueryParameter boolean useProxy)
-
-