Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.security.csrf | |
hudson.tools | |
jenkins.model | |
jenkins.security | |
jenkins.security.apitoken | |
jenkins.security.s2m |
Agent → master security.
|
jenkins.tasks.filters | |
jenkins.tools |
Modifier and Type | Method and Description |
---|---|
static Collection<Descriptor> |
Functions.getSortedDescriptorsForGlobalConfig(com.google.common.base.Predicate<GlobalConfigurationCategory> predicate)
|
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
Descriptor.getCategory()
Define the global configuration category the global config of this Descriptor is in.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
GlobalCrumbIssuerConfiguration.getCategory() |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
ToolDescriptor.getCategory() |
Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfigurationCategory.Security
Security related configurations.
|
static class |
GlobalConfigurationCategory.Unclassified
This category represents the catch-all I-dont-know-what-category-it-is instance,
used for those
GlobalConfiguration s that don't really deserve/need a separate
category. |
Modifier and Type | Method and Description |
---|---|
static <T extends GlobalConfigurationCategory> |
GlobalConfigurationCategory.get(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<GlobalConfigurationCategory> |
GlobalConfigurationCategory.all()
Returns all the registered
GlobalConfiguration descriptors. |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
QueueItemAuthenticatorConfiguration.getCategory() |
GlobalConfigurationCategory |
UpdateSiteWarningsConfiguration.getCategory() |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
ApiTokenPropertyConfiguration.getCategory() |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
MasterKillSwitchConfiguration.getCategory() |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationCategory |
EnvVarsFilterGlobalConfiguration.getCategory() |
Modifier and Type | Class and Description |
---|---|
class |
ToolConfigurationCategory
Global configuration of tool locations and installers.
|
Copyright © 2004–2021. All rights reserved.