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 booleandefaultLockSession-
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 FormValidationdoCheckAgent(Item item, String agent)FormValidationdoCheckHost(Item item, String host)ListBoxModeldoFillAgentItems(Item item, String dynatraceProfile)ListBoxModeldoFillDynatraceProfileItems(Item item)ListBoxModeldoFillHostItems(Item item, String dynatraceProfile, String agent)StringgetDisplayName()booleanisApplicable(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:
isApplicablein classBuildStepDescriptor<Builder>
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
-