hudson.plugins.google.analytics
Class GoogleAnalyticsPageDecorator

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.PageDecorator>
      extended by hudson.model.PageDecorator
          extended by hudson.plugins.google.analytics.GoogleAnalyticsPageDecorator
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.PageDecorator>, hudson.model.Saveable

@Extension
public class GoogleAnalyticsPageDecorator
extends hudson.model.PageDecorator


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

GoogleAnalyticsPageDecorator

@DataBoundConstructor
public GoogleAnalyticsPageDecorator(java.lang.String profileId,
                                                         java.lang.String domainName)

GoogleAnalyticsPageDecorator

public GoogleAnalyticsPageDecorator()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Overrides:
getDisplayName in class hudson.model.PageDecorator

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.model.PageDecorator>
Throws:
hudson.model.Descriptor.FormException

getProfileId

public java.lang.String getProfileId()

setProfileId

public void setProfileId(java.lang.String profileId)

getDomainName

public java.lang.String getDomainName()

setDomainName

public void setDomainName(java.lang.String domainName)


Copyright © 2011. All Rights Reserved.