Class KubernetesEngineBuilder.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Jenkins context)
      • doCheckCredentialsId

        public FormValidation doCheckCredentialsId​(@AncestorInPath
                                                   Jenkins context,
                                                   @QueryParameter("credentialsId")
                                                   String credentialsId)
      • doFillProjectIdItems

        public ListBoxModel doFillProjectIdItems​(@AncestorInPath
                                                 Jenkins context,
                                                 @QueryParameter("projectId")
                                                 String projectId,
                                                 @QueryParameter("credentialsId")
                                                 String credentialsId)
      • doCheckProjectId

        public FormValidation doCheckProjectId​(@AncestorInPath
                                               Jenkins context,
                                               @QueryParameter("projectId")
                                               String projectId,
                                               @QueryParameter("credentialsId")
                                               String credentialsId)
      • doFillClusterItems

        public ListBoxModel doFillClusterItems​(@AncestorInPath
                                               Jenkins context,
                                               @QueryParameter("cluster")
                                               String cluster,
                                               @QueryParameter("credentialsId")
                                               String credentialsId,
                                               @QueryParameter("projectId")
                                               String projectId)
      • doCheckCluster

        public FormValidation doCheckCluster​(@AncestorInPath
                                             Jenkins context,
                                             @QueryParameter("cluster")
                                             String cluster,
                                             @QueryParameter("credentialsId")
                                             String credentialsId,
                                             @QueryParameter("projectId")
                                             String projectId)
      • doCheckNamespace

        public FormValidation doCheckNamespace​(@QueryParameter("namespace")
                                               String namespace)
      • doCheckManifestPattern

        public FormValidation doCheckManifestPattern​(@QueryParameter("manifestPattern")
                                                     String manifestPattern)
      • doCheckVerifyTimeoutInMinutes

        public FormValidation doCheckVerifyTimeoutInMinutes​(@QueryParameter("verifyTimeoutInMinutes")
                                                            String verifyTimeoutInMinutes)