@Extension @Symbol(value="statuspageGating") public final class StatusPage extends GlobalConfiguration implements io.jenkins.plugins.gating.MatricesProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusPage.Source |
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
TEXT_NO_API_KEY |
static String |
TEXT_NO_PAGES |
clazz| Constructor and Description |
|---|
StatusPage() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doTestConnection(String url,
String apiKey,
String configuredPages) |
static StatusPage |
get() |
Set<String> |
getLabels() |
List<StatusPage.Source> |
getSources() |
void |
setSources(List<StatusPage.Source> sources) |
all, configure, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String TEXT_NO_API_KEY
public static final String TEXT_NO_PAGES
public static StatusPage get()
public List<StatusPage.Source> getSources()
@DataBoundSetter public void setSources(@Nonnull List<StatusPage.Source> sources)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doTestConnection(@QueryParameter String url, @QueryParameter String apiKey, @QueryParameter(value="pages") String configuredPages) throws FormValidation
FormValidationCopyright © 2016–2021. All rights reserved.