Class CodeBuildCloud.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillCredentialIdItems

        @POST
        public ListBoxModel doFillCredentialIdItems​(@AncestorInPath
                                                    ItemGroup context)
      • doCheckCredentialId

        @POST
        public FormValidation doCheckCredentialId​(@QueryParameter
                                                  String value)
      • doCheckProxyCredentialsId

        @POST
        public FormValidation doCheckProxyCredentialsId​(@QueryParameter
                                                        String value)
      • doFillDockerImagePullCredentialsItems

        @POST
        public ListBoxModel doFillDockerImagePullCredentialsItems()
      • doCheckDockerImage

        @POST
        public FormValidation doCheckDockerImage​(@QueryParameter
                                                 String value)
      • doCheckDockerImagePullCredentials

        @POST
        public FormValidation doCheckDockerImagePullCredentials​(@QueryParameter
                                                                String value)
      • doFillProxyCredentialsIdItems

        @POST
        public ListBoxModel doFillProxyCredentialsIdItems​(@QueryParameter
                                                          String value)
      • doFillRegionItems

        @POST
        public ListBoxModel doFillRegionItems()
      • doFillCodeBuildProjectNameItems

        @POST
        public ListBoxModel doFillCodeBuildProjectNameItems​(@QueryParameter
                                                            String credentialId,
                                                            @QueryParameter
                                                            String region)
      • doCheckCodeBuildProjectName

        @POST
        public FormValidation doCheckCodeBuildProjectName​(@QueryParameter
                                                          String value)
      • doFillEnvironmentTypeItems

        @POST
        public ListBoxModel doFillEnvironmentTypeItems()
      • doCheckEnvironmentType

        @POST
        public FormValidation doCheckEnvironmentType​(@QueryParameter
                                                     String value)
      • doFillComputeTypeItems

        @POST
        public ListBoxModel doFillComputeTypeItems()
      • doCheckComputeType

        @POST
        public FormValidation doCheckComputeType​(@QueryParameter
                                                 String value)
      • doCheckAgentConnectTimeout

        @POST
        public FormValidation doCheckAgentConnectTimeout​(@QueryParameter
                                                         String value)
      • getDefaultAgentConnectTimeout

        @POST
        public Integer getDefaultAgentConnectTimeout()
      • getDefaultMaxAgents

        @POST
        public Integer getDefaultMaxAgents()
      • getDefaultJenkinsUrl

        @POST
        public String getDefaultJenkinsUrl()
      • doCheckJenkinsUrl

        @POST
        public FormValidation doCheckJenkinsUrl​(@QueryParameter
                                                String value)
      • getDefaultProtocols

        @POST
        public String getDefaultProtocols()
      • getDefaultNoReconnect

        @POST
        public Boolean getDefaultNoReconnect()
      • getDefaultRegion

        @POST
        public String getDefaultRegion()