hudson.model
Class BuildAuthorizationToken
java.lang.Object
hudson.model.BuildAuthorizationToken
Deprecated. 2008-07-20
Use ACL
and Item.BUILD
. This code is only here
for the backward compatibility.
public final class BuildAuthorizationToken
- extends Object
Authorization token to allow projects to trigger themselves under the secured environment.
- Author:
- Kohsuke Kawaguchi
- See Also:
BuildableItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildAuthorizationToken
public BuildAuthorizationToken(String token)
- Deprecated.
create
public static BuildAuthorizationToken create(org.kohsuke.stapler.StaplerRequest req)
- Deprecated.
checkPermission
public static void checkPermission(AbstractProject project,
BuildAuthorizationToken token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Deprecated.
- Throws:
IOException
getToken
public String getToken()
- Deprecated.
Copyright © 2004-2013. All Rights Reserved.