Class PerfSigMemoryDump.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigMemoryDump.DescriptorImpl
-
- Enclosing class:
- PerfSigMemoryDump
@Symbol("createMemoryDump") @Extension public static final class PerfSigMemoryDump.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
defaultAutoPostProcess
static boolean
defaultCapturePrimitives
static boolean
defaultCaptureStrings
static boolean
defaultDogc
static boolean
defaultLockSession
static String
defaultType
-
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)
ListBoxModel
doFillTypeItems(Item item)
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
-
defaultType
public static final String defaultType
- See Also:
- Constant Field Values
-
defaultLockSession
public static final boolean defaultLockSession
- See Also:
- Constant Field Values
-
defaultCaptureStrings
public static final boolean defaultCaptureStrings
- See Also:
- Constant Field Values
-
defaultCapturePrimitives
public static final boolean defaultCapturePrimitives
- See Also:
- Constant Field Values
-
defaultAutoPostProcess
public static final boolean defaultAutoPostProcess
- See Also:
- Constant Field Values
-
defaultDogc
public static final boolean defaultDogc
- See Also:
- Constant Field Values
-
-
Method Detail
-
doFillTypeItems
@Nonnull @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillTypeItems(@AncestorInPath Item item)
-
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>
-
-