@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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public org.kohsuke.stapler.HttpResponse doReport(org.kohsuke.stapler.StaplerRequest req) throws IOException
IOException
public void report(net.sf.json.JSONObject o) throws IOException
IOException
public 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.IOException
Copyright © 2004-2014. All Rights Reserved.