@Extension
public class NodePoolManagementLink
extends hudson.model.ManagementLink
Constructor and Description |
---|
NodePoolManagementLink() |
Modifier and Type | Method and Description |
---|---|
void |
doUpdateNow(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Triggers/Performs the page update now.
|
String |
getDescription() |
String |
getDisplayName() |
String |
getIconFileName() |
NodePoolJobHistory |
getJobHistory() |
List<NodePool> |
getNodePools() |
String |
getUrlName() |
@CheckForNull public String getIconFileName()
getIconFileName
in interface hudson.model.Action
getIconFileName
in class hudson.model.ManagementLink
@CheckForNull public String getDisplayName()
public String getDescription()
getDescription
in class hudson.model.ManagementLink
@CheckForNull public String getUrlName()
getUrlName
in interface hudson.model.Action
getUrlName
in class hudson.model.ManagementLink
public NodePoolJobHistory getJobHistory()
public void doUpdateNow(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
req
- the stapler request objectrsp
- the stapler response objectIOException
- if an error occurs dispatching the requestjavax.servlet.ServletException
- if an error occurs dispatching the requestCopyright © 2016–2018. All rights reserved.