public abstract class AuthorizeProjectStrategy extends hudson.model.AbstractDescribableImpl<AuthorizeProjectStrategy> implements hudson.ExtensionPoint
| コンストラクタと説明 |
|---|
AuthorizeProjectStrategy() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> |
all() |
abstract org.acegisecurity.Authentication |
authenticate(hudson.model.AbstractProject<?,?> project,
hudson.model.Queue.Item item)
Returns the
Authentication for the build. |
public static hudson.DescriptorExtensionList<AuthorizeProjectStrategy,hudson.model.Descriptor<AuthorizeProjectStrategy>> all()
AuthorizeProjectStrategy.public abstract org.acegisecurity.Authentication authenticate(hudson.model.AbstractProject<?,?> 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.Copyright © 2004-2013. All Rights Reserved.