@Extension(ordinal=2.147483436E9) public class GlobalCredentialsConfiguration extends hudson.model.ManagementLink implements hudson.model.Describable<GlobalCredentialsConfiguration>
ManagementLink to expose the global credentials configuration screen.CredentialsProviderManager.Configuration,
GlobalCredentialsConfiguration.Category| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalCredentialsConfiguration.Category
Security related configurations.
|
static class |
GlobalCredentialsConfiguration.DescriptorImpl
Our
Descriptor. |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<jenkins.model.GlobalConfigurationCategory> |
FILTER
Our filter.
|
| Constructor and Description |
|---|
GlobalCredentialsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doConfigure(org.kohsuke.stapler.StaplerRequest req)
Handles the form submission
|
String |
getDescription() |
hudson.model.Descriptor<GlobalCredentialsConfiguration> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public static final com.google.common.base.Predicate<jenkins.model.GlobalConfigurationCategory> FILTER
public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getDescription()
getDescription in class hudson.model.ManagementLinkpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLink@NonNull
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public org.kohsuke.stapler.HttpResponse doConfigure(@NonNull
org.kohsuke.stapler.StaplerRequest req)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
req - the request.IOException - if something goes wrong.javax.servlet.ServletException - if something goes wrong.hudson.model.Descriptor.FormException - if something goes wrong.public hudson.model.Descriptor<GlobalCredentialsConfiguration> getDescriptor()
getDescriptor in interface hudson.model.Describable<GlobalCredentialsConfiguration>Copyright © 2016–2017. All rights reserved.