|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.Descriptor<hudson.model.PageDecorator>
hudson.model.PageDecorator
hudson.plugins.google.analytics.GoogleAnalyticsPageDecorator
@Extension public class GoogleAnalyticsPageDecorator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.model.PageDecorator |
|---|
ALL |
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
GoogleAnalyticsPageDecorator()
|
|
GoogleAnalyticsPageDecorator(java.lang.String profileId,
java.lang.String domainName)
|
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getDomainName()
|
java.lang.String |
getProfileId()
|
void |
setDomainName(java.lang.String domainName)
|
void |
setProfileId(java.lang.String profileId)
|
| Methods inherited from class hudson.model.PageDecorator |
|---|
all, getDescriptor, getUrl |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public GoogleAnalyticsPageDecorator(java.lang.String profileId,
java.lang.String domainName)
public GoogleAnalyticsPageDecorator()
| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in class hudson.model.PageDecorator
public 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 java.lang.String getProfileId()
public void setProfileId(java.lang.String profileId)
public java.lang.String getDomainName()
public void setDomainName(java.lang.String domainName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||