Package jenkins.metrics.api
Interface MetricsAccessKey.Provider
- All Superinterfaces:
ExtensionPoint,Serializable
- All Known Implementing Classes:
MetricsAccessKey.AbstractProvider,MetricsAccessKey.FixedListProviderImpl
- Enclosing class:
MetricsAccessKey
An extension point that allows for plugins to provide their own set of access keys.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Method Summary
Modifier and TypeMethodDescriptiongetAccessKey(String accessKey) Returns the definition of the specific access key.
-
Method Details
-
getAccessKeys
-
getAccessKey
Returns the definition of the specific access key. Note that all entries ingetAccessKeys()must be returned by this method, but it may also return additional entries.- Parameters:
accessKey- the access key to retrieve.- Returns:
- the access key.
-