Class CodeBuildCloud.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<Cloud>
-
- io.jenkins.plugins.codebuildcloud.CodeBuildCloud.DescriptorImpl
-
- Enclosing class:
- CodeBuildCloud
@Extension public static class CodeBuildCloud.DescriptorImpl extends Descriptor<Cloud>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
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 classDescriptor<Cloud>
-
-