@Extension
public class PrometheusConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
PrometheusConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckPath(String value) |
static PrometheusConfiguration |
get() |
String |
getAdditionalPath() |
String |
getDefaultNamespace() |
String |
getPath() |
String |
getUrlName() |
boolean |
isCountAbortedBuilds() |
boolean |
isCountFailedBuilds() |
boolean |
isCountNotBuiltBuilds() |
boolean |
isCountSuccessfulBuilds() |
boolean |
isCountUnstableBuilds() |
boolean |
isUseAuthenticatedEndpoint() |
void |
setDefaultNamespace(String path) |
void |
setPath(String path) |
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMappublic static PrometheusConfiguration get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic String getPath()
public void setPath(String path)
public String getDefaultNamespace()
public void setDefaultNamespace(String path)
public boolean isUseAuthenticatedEndpoint()
public boolean isCountSuccessfulBuilds()
public boolean isCountUnstableBuilds()
public boolean isCountFailedBuilds()
public boolean isCountNotBuiltBuilds()
public boolean isCountAbortedBuilds()
public String getUrlName()
public String getAdditionalPath()
public hudson.util.FormValidation doCheckPath(@QueryParameter
String value)
Copyright © 2016–2017 Radicore AB. All rights reserved.