Class PerfSigThreadDump.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigThreadDump.DescriptorImpl
-
- Enclosing class:
- PerfSigThreadDump
@Symbol("createThreadDump") @Extension public static final class PerfSigThreadDump.DescriptorImpl extends BuildStepDescriptor<Builder>
-
-
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 boolean
defaultLockSession
-
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
doCheckAgent(Item item, String agent)
FormValidation
doCheckHost(Item item, String host)
ListBoxModel
doFillAgentItems(Item item, String dynatraceProfile)
ListBoxModel
doFillDynatraceProfileItems(Item item)
ListBoxModel
doFillHostItems(Item item, String dynatraceProfile, String agent)
String
getDisplayName()
boolean
isApplicable(Class<? extends AbstractProject> jobType)
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
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
-
defaultLockSession
public static final boolean defaultLockSession
- See Also:
- Constant Field Values
-
-
Method Detail
-
doCheckAgent
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckAgent(@AncestorInPath Item item, @QueryParameter String agent)
-
doCheckHost
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckHost(@AncestorInPath Item item, @QueryParameter String host)
-
doFillDynatraceProfileItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillDynatraceProfileItems(@AncestorInPath Item item)
-
doFillAgentItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillAgentItems(@AncestorInPath Item item, @QueryParameter String dynatraceProfile)
-
doFillHostItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillHostItems(@AncestorInPath Item item, @QueryParameter String dynatraceProfile, @QueryParameter String agent)
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
-