public static final class RealJenkinsRule.Endpoint extends Object implements hudson.model.UnprotectedRootAction
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doExit(String token) |
void |
doStatus(String token) |
void |
doStep(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
static void |
register() |
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public void doStatus(@QueryParameter String token)
@POST public void doStep(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Throwable
Throwable
public org.kohsuke.stapler.HttpResponse doExit(@QueryParameter String token) throws IOException
IOException
Copyright © 2004–2022. All rights reserved.