Package org.jvnet.hudson.test
Class RealJenkinsRule.Endpoint
- java.lang.Object
-
- org.jvnet.hudson.test.RealJenkinsRule.Endpoint
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Action
,hudson.model.ModelObject
,hudson.model.RootAction
,hudson.model.UnprotectedRootAction
- Enclosing class:
- RealJenkinsRule
public static final class RealJenkinsRule.Endpoint extends Object implements hudson.model.UnprotectedRootAction
-
-
Constructor Summary
Constructors Constructor Description Endpoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
doStatus
public void doStatus(@QueryParameter String token)
-
doStep
@POST public void doStep(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws Throwable
- Throws:
Throwable
-
doExit
public org.kohsuke.stapler.HttpResponse doExit(@QueryParameter String token) throws IOException
- Throws:
IOException
-
-