public abstract class QueueItemAuthenticatorProvider extends Object implements ExtensionPoint
QueueItemAuthenticator that cannot be controlled or
configured by the user. This extension point provides the mechanism whereby the a QueueItemAuthenticator
can be provided either before or after those provided by QueueItemAuthenticatorConfiguration which
will use Extension.ordinal() of 100ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
QueueItemAuthenticatorProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<QueueItemAuthenticator> |
authenticators() |
abstract List<QueueItemAuthenticator> |
getAuthenticators() |
@NonNull public abstract List<QueueItemAuthenticator> getAuthenticators()
public static Iterable<QueueItemAuthenticator> authenticators()
Copyright © 2019. All rights reserved.