@Extension
public class PiwikAnalyticsPageDecorator
extends hudson.model.PageDecorator
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_DISPLAY_NAME |
| Constructor and Description |
|---|
PiwikAnalyticsPageDecorator() |
PiwikAnalyticsPageDecorator(String siteId,
String piwikServer,
String piwikPath,
String additionnalDEx,
boolean forceHttps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
String |
getAdditionnalDownloadExtensions() |
String |
getDisplayName() |
String |
getPiwikPath() |
String |
getPiwikServer() |
String |
getProtocolString() |
String |
getSiteId() |
boolean |
isForceHttps() |
void |
setAdditionnalDownloadExtensions(String additionnalDownloadExtensions) |
void |
setForceHttps(boolean forceHttps) |
void |
setPiwikPath(String piwikPath) |
void |
setPiwikServer(String piwikServer) |
void |
setSiteId(String siteId) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String PLUGIN_DISPLAY_NAME
public String getDisplayName()
getDisplayName in class hudson.model.PageDecoratorpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.model.PageDecorator>hudson.model.Descriptor.FormExceptionpublic String getSiteId()
public void setSiteId(String siteId)
public String getPiwikServer()
public void setPiwikServer(String piwikServer)
public String getPiwikPath()
public void setPiwikPath(String piwikPath)
public String getAdditionnalDownloadExtensions()
public void setAdditionnalDownloadExtensions(String additionnalDownloadExtensions)
public boolean isForceHttps()
public void setForceHttps(boolean forceHttps)
public String getProtocolString()
Copyright © 2004-2016. All Rights Reserved.