Class CodeBuildCloud.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<Cloud>
io.jenkins.plugins.codebuildcloud.CodeBuildCloud.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
CodeBuildCloud

@Extension public static class CodeBuildCloud.DescriptorImpl extends Descriptor<Cloud>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillCredentialIdItems

      @POST public ListBoxModel doFillCredentialIdItems(@AncestorInPath ItemGroup context)
    • doCheckLabel

      @POST public FormValidation doCheckLabel(@QueryParameter String value)
    • 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()
    • doCheckName

      @POST public FormValidation doCheckName(@QueryParameter String value) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException
    • doCheckRegion

      @POST public FormValidation doCheckRegion(@QueryParameter String value)
    • doFillCodeBuildProjectNameItems

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

      @POST public FormValidation doCheckCodeBuildProjectName(@QueryParameter String value)
    • doCheckBuildSpec

      @POST public FormValidation doCheckBuildSpec(@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()
    • doCheckMaxAgents

      @POST public FormValidation doCheckMaxAgents(@QueryParameter String value)
    • 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()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Cloud>