@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() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
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 static RootActionImpl get()
Copyright © 2004-2015. All Rights Reserved.