public abstract class AuthorizeProjectStrategy extends hudson.model.AbstractDescribableImpl<AuthorizeProjectStrategy> implements hudson.ExtensionPoint
| Constructor and Description |
|---|
AuthorizeProjectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> |
all() |
org.acegisecurity.Authentication |
authenticate(hudson.model.AbstractProject<?,?> project,
hudson.model.Queue.Item item)
Deprecated.
use
authenticate(hudson.model.Job, Queue.Item) instead. |
org.acegisecurity.Authentication |
authenticate(hudson.model.Job<?,?> project,
hudson.model.Queue.Item item)
Returns the
Authentication for the build. |
public static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> all()
AuthorizeProjectStrategy.public org.acegisecurity.Authentication authenticate(hudson.model.Job<?,?> project,
hudson.model.Queue.Item item)
Authentication for the build.project - the project to run.item - the item in queue, which will be a build.@Deprecated public org.acegisecurity.Authentication authenticate(hudson.model.AbstractProject<?,?> project, hudson.model.Queue.Item item)
authenticate(hudson.model.Job, Queue.Item) instead.Copyright © 2004-2016. All Rights Reserved.