@ExportedBean
public class WallDisplayPlugin
extends hudson.Plugin
| Modifier and Type | Field and Description |
|---|---|
static String[] |
buildRange |
Configuration |
config |
static String[] |
fontFamilies |
static String |
PLUGIN_NAME |
static String[] |
sortOrder |
static String[] |
themes |
| Constructor and Description |
|---|
WallDisplayPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.model.Api |
getApi() |
protected hudson.XmlFile |
getConfigXml() |
Date |
getDate() |
String |
getVersion() |
protected Configuration |
loadConfiguration() |
void |
start() |
public static final String PLUGIN_NAME
public static final String[] themes
public static final String[] fontFamilies
public static final String[] buildRange
public static final String[] sortOrder
@Exported public Configuration config
public hudson.model.Api getApi()
@Exported public Date getDate()
@Exported public String getVersion()
protected Configuration loadConfiguration() throws IOException
IOExceptionpublic void start()
throws Exception
start in class hudson.PluginExceptionpublic void configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws IOException
configure in class hudson.PluginIOExceptionprotected hudson.XmlFile getConfigXml()
getConfigXml in class hudson.PluginCopyright © 2004-2015. All Rights Reserved.