@Extension public class RootActionImpl extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
RootActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doReport(org.kohsuke.stapler.StaplerRequest req)
Receives the submission from HTTP reporter to track fingerprints.
|
static RootActionImpl |
get() |
protected ChefDeploymentFacet |
getDeploymentFacet(String md5)
Resolve
DeploymentFacet to attach the record to, or null if there's none. |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
void |
report(net.sf.json.JSONObject o) |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic org.kohsuke.stapler.HttpResponse doReport(org.kohsuke.stapler.StaplerRequest req)
throws IOException
IOExceptionpublic void report(net.sf.json.JSONObject o)
throws IOException
IOExceptionpublic static RootActionImpl get()
protected ChefDeploymentFacet getDeploymentFacet(String md5) throws IOException
DeploymentFacet to attach the record to, or null if there's none.
This is a convenience method for subtypes.IOExceptionCopyright © 2004-2014. All Rights Reserved.