Package hudson.plugins.gradle.enriched
Class EnrichedSummaryConfig
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
hudson.plugins.gradle.enriched.EnrichedSummaryConfig
- All Implemented Interfaces:
ExtensionPoint,Describable<GlobalConfiguration>,Saveable,Loadable,OnMaster
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) doCheckHttpClientMaxRetries(int value) doCheckHttpClientTimeoutInSeconds(int value) static EnrichedSummaryConfigget()intintintbooleanvoidsetBuildScanAccessKey(Secret buildScanAccessKey) voidsetBuildScanServer(String buildScanServerUrl) voidsetEnrichedSummaryEnabled(boolean enrichedSummaryEnabled) voidsetHttpClientDelayBetweenRetriesInSeconds(int httpClientDelayBetweenRetriesInSeonds) voidsetHttpClientMaxRetries(int httpClientMaxRetries) voidsetHttpClientTimeoutInSeconds(int httpClientTimeoutInSeconds) Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPageMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
EnrichedSummaryConfig
public EnrichedSummaryConfig()
-
-
Method Details
-
get
-
isEnrichedSummaryEnabled
public boolean isEnrichedSummaryEnabled() -
setEnrichedSummaryEnabled
@DataBoundSetter public void setEnrichedSummaryEnabled(boolean enrichedSummaryEnabled) -
getHttpClientTimeoutInSeconds
public int getHttpClientTimeoutInSeconds() -
setHttpClientTimeoutInSeconds
@DataBoundSetter public void setHttpClientTimeoutInSeconds(int httpClientTimeoutInSeconds) -
getHttpClientMaxRetries
public int getHttpClientMaxRetries() -
setHttpClientMaxRetries
@DataBoundSetter public void setHttpClientMaxRetries(int httpClientMaxRetries) -
getHttpClientDelayBetweenRetriesInSeconds
public int getHttpClientDelayBetweenRetriesInSeconds() -
setHttpClientDelayBetweenRetriesInSeconds
@DataBoundSetter public void setHttpClientDelayBetweenRetriesInSeconds(int httpClientDelayBetweenRetriesInSeonds) -
getBuildScanServer
-
setBuildScanServer
-
getBuildScanAccessKey
-
setBuildScanAccessKey
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) - Overrides:
configurein classGlobalConfiguration
-
doCheckHttpClientTimeoutInSeconds
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @POST public FormValidation doCheckHttpClientTimeoutInSeconds(@QueryParameter int value) -
doCheckHttpClientMaxRetries
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @POST public FormValidation doCheckHttpClientMaxRetries(@QueryParameter int value) -
doCheckHttpClientDelayBetweenRetriesInSeconds
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @POST public FormValidation doCheckHttpClientDelayBetweenRetriesInSeconds(@QueryParameter int value)
-