Class BuildRootAction
- java.lang.Object
-
- org.jenkinsci.plugins.build_token_root.BuildRootAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction,UnprotectedRootAction
@Extension public class BuildRootAction extends Object implements UnprotectedRootAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildRootAction.BuildRootActionCrumbExclusion-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BuildRootAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoBuild(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, String job, TimeDuration delay)voiddoBuildWithParameters(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, String job, TimeDuration delay)voiddoPolling(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, String job)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Field Detail
-
URLNAME
public static final String URLNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
doBuild
public void doBuild(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String job, @QueryParameter TimeDuration delay) throws IOException, javax.servlet.ServletException- Throws:
IOExceptionjavax.servlet.ServletException
-
doBuildWithParameters
public void doBuildWithParameters(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String job, @QueryParameter TimeDuration delay) throws IOException, javax.servlet.ServletException- Throws:
IOExceptionjavax.servlet.ServletException
-
doPolling
public void doPolling(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String job) throws IOException, javax.servlet.ServletException- Throws:
IOExceptionjavax.servlet.ServletException
-
-