Class PerfSigMemoryDump.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • 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)