@Extension
public static final class CodeBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckMaxSleepTime(String minSleepTime,
String maxSleepTime,
String sleepJitter) |
hudson.util.FormValidation |
doCheckS3LogsEncryptionDisabledOverride(String s3LogsEncryptionDisabledOverride,
String s3LogsStatusOverride) |
hudson.util.FormValidation |
doCheckS3LogsLocationOverride(String s3LogsLocationOverride,
String s3LogsStatusOverride) |
hudson.util.ListBoxModel |
doFillArtifactEncryptionDisabledOverrideItems() |
hudson.util.ListBoxModel |
doFillArtifactNamespaceOverrideItems() |
hudson.util.ListBoxModel |
doFillArtifactPackagingOverrideItems() |
hudson.util.ListBoxModel |
doFillArtifactTypeOverrideItems() |
hudson.util.ListBoxModel |
doFillCacheTypeOverrideItems() |
hudson.util.ListBoxModel |
doFillCloudWatchLogsStatusOverrideItems() |
hudson.util.ListBoxModel |
doFillComputeTypeOverrideItems() |
hudson.util.ListBoxModel |
doFillCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillCwlStreamingDisabledItems() |
hudson.util.ListBoxModel |
doFillEnvironmentTypeOverrideItems() |
hudson.util.ListBoxModel |
doFillExceptionFailureModeItems() |
hudson.util.ListBoxModel |
doFillGitCloneDepthOverrideItems() |
hudson.util.ListBoxModel |
doFillInsecureSslOverrideItems() |
hudson.util.ListBoxModel |
doFillOverrideArtifactNameItems() |
hudson.util.ListBoxModel |
doFillPrivilegedModeOverrideItems() |
hudson.util.ListBoxModel |
doFillReportBuildStatusOverrideItems() |
hudson.util.ListBoxModel |
doFillS3LogsEncryptionDisabledOverrideItems() |
hudson.util.ListBoxModel |
doFillS3LogsStatusOverrideItems() |
hudson.util.ListBoxModel |
doFillSourceTypeOverrideItems() |
hudson.util.ListBoxModel |
doFillSseAlgorithmItems() |
String |
getDisplayName() |
int |
getMaxSleepTime() |
int |
getMinSleepTime() |
int |
getSleepJitter() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public int getMinSleepTime()
public int getMaxSleepTime()
public int getSleepJitter()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillGitCloneDepthOverrideItems()
public hudson.util.ListBoxModel doFillReportBuildStatusOverrideItems()
public hudson.util.ListBoxModel doFillPrivilegedModeOverrideItems()
public hudson.util.ListBoxModel doFillInsecureSslOverrideItems()
public hudson.util.ListBoxModel doFillArtifactTypeOverrideItems()
public hudson.util.ListBoxModel doFillArtifactNamespaceOverrideItems()
public hudson.util.ListBoxModel doFillArtifactPackagingOverrideItems()
public hudson.util.ListBoxModel doFillArtifactEncryptionDisabledOverrideItems()
public hudson.util.ListBoxModel doFillOverrideArtifactNameItems()
public hudson.util.ListBoxModel doFillSourceTypeOverrideItems()
public hudson.util.ListBoxModel doFillComputeTypeOverrideItems()
public hudson.util.ListBoxModel doFillCacheTypeOverrideItems()
public hudson.util.ListBoxModel doFillCloudWatchLogsStatusOverrideItems()
public hudson.util.ListBoxModel doFillS3LogsStatusOverrideItems()
public hudson.util.ListBoxModel doFillS3LogsEncryptionDisabledOverrideItems()
public hudson.util.ListBoxModel doFillEnvironmentTypeOverrideItems()
public hudson.util.ListBoxModel doFillCredentialsIdItems()
public hudson.util.ListBoxModel doFillSseAlgorithmItems()
public hudson.util.ListBoxModel doFillCwlStreamingDisabledItems()
public hudson.util.ListBoxModel doFillExceptionFailureModeItems()
public hudson.util.FormValidation doCheckMaxSleepTime(@QueryParameter String minSleepTime, @QueryParameter String maxSleepTime, @QueryParameter String sleepJitter)
public hudson.util.FormValidation doCheckS3LogsEncryptionDisabledOverride(@QueryParameter String s3LogsEncryptionDisabledOverride, @QueryParameter String s3LogsStatusOverride)
public hudson.util.FormValidation doCheckS3LogsLocationOverride(@QueryParameter String s3LogsLocationOverride, @QueryParameter String s3LogsStatusOverride)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
Copyright © 2016–2023. All rights reserved.