hudson.model
Class BuildAuthorizationToken

java.lang.Object
  extended by 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

Nested Class Summary
static class BuildAuthorizationToken.ConverterImpl
          Deprecated.  
 
Constructor Summary
BuildAuthorizationToken(String token)
          Deprecated.  
 
Method Summary
static void checkPermission(AbstractProject project, BuildAuthorizationToken token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Deprecated.  
static BuildAuthorizationToken create(org.kohsuke.stapler.StaplerRequest req)
          Deprecated.  
 String getToken()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildAuthorizationToken

public BuildAuthorizationToken(String token)
Deprecated. 
Method Detail

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.