Class MatomoPageDecorator
java.lang.Object
hudson.model.Descriptor<PageDecorator>
hudson.model.PageDecorator
io.jenkins.plugins.matomoanalytics.MatomoPageDecorator
- All Implemented Interfaces:
ExtensionPoint,Describable<PageDecorator>,Saveable,OnMaster
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsFields inherited from class hudson.model.PageDecorator
ALLFields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) booleanbooleanvoidsetMatomoJs(String matomoJs) voidsetMatomoPath(String matomoPath) voidsetMatomoPhp(String matomoPhp) voidsetMatomoSendUserID(boolean matomoSendUserID) voidsetMatomoServer(String matomoServer) voidsetMatomoSiteID(String matomoSiteID) voidsetMatomoUseHttps(boolean matomoUseHttps) Methods inherited from class hudson.model.PageDecorator
all, getDescriptor, getUrlMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Field Details
-
PLUGIN_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
MatomoPageDecorator
public MatomoPageDecorator() -
MatomoPageDecorator
-
-
Method Details
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configurein classDescriptor<PageDecorator>- Throws:
Descriptor.FormException
-
getMatomoSiteID
-
setMatomoSiteID
-
getMatomoServer
-
setMatomoServer
-
getMatomoPath
-
setMatomoPath
-
getMatomoPhp
-
setMatomoPhp
-
getMatomoJs
-
setMatomoJs
-
isMatomoUseHttps
public boolean isMatomoUseHttps() -
setMatomoUseHttps
public void setMatomoUseHttps(boolean matomoUseHttps) -
isMatomoSendUserID
public boolean isMatomoSendUserID() -
setMatomoSendUserID
public void setMatomoSendUserID(boolean matomoSendUserID) -
getProtocolString
-