@Extension
public final class AppInsightsGlobalConfig
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
AppInsightsGlobalConfig() |
AppInsightsGlobalConfig(boolean appInsightsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static AppInsightsGlobalConfig |
get() |
String |
getDisplayName() |
String |
getId() |
boolean |
isAppInsightsEnabled() |
void |
setAppInsightsEnabled(boolean appInsightsEnabled) |
all, getCategory, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic AppInsightsGlobalConfig()
@DataBoundConstructor public AppInsightsGlobalConfig(boolean appInsightsEnabled)
public String getDisplayName()
getDisplayName in class jenkins.model.GlobalConfigurationpublic String getId()
getId in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic boolean isAppInsightsEnabled()
public void setAppInsightsEnabled(boolean appInsightsEnabled)
public static AppInsightsGlobalConfig get()
Copyright © 2016–2018. All rights reserved.