Class CredProfilePair.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • 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)