ACL
and Item.BUILD
. This code is only here
for the backward compatibility.@Deprecated public final class BuildAuthorizationToken extends Object
BuildableItem
Modifier and Type | Class and Description |
---|---|
static class |
BuildAuthorizationToken.ConverterImpl
Deprecated.
|
Constructor and Description |
---|
BuildAuthorizationToken(String token)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
checkPermission(AbstractProject<?,?> project,
BuildAuthorizationToken token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Deprecated.
|
static void |
checkPermission(Job<?,?> 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.
|
public BuildAuthorizationToken(String token)
public static BuildAuthorizationToken create(org.kohsuke.stapler.StaplerRequest req)
@Deprecated public static void checkPermission(AbstractProject<?,?> project, BuildAuthorizationToken token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public static void checkPermission(Job<?,?> project, BuildAuthorizationToken token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public String getToken()
Copyright © 2004–2019. All rights reserved.