org.jenkinsci.main.modules.instance_identity
Class PageDecoratorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.PageDecorator>
      extended by hudson.model.PageDecorator
          extended by org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.PageDecorator>, hudson.model.Saveable

@Extension
public class PageDecoratorImpl
extends hudson.model.PageDecorator

Advertises the public key.

Author:
Kohsuke Kawaguchi

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
 InstanceIdentity identity
           
 
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
PageDecoratorImpl()
           
 
Method Summary
 String getEncodedPublicKey()
           
 
Methods inherited from class hudson.model.PageDecorator
all, getDescriptor, getDisplayName, getUrl
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identity

public final InstanceIdentity identity
Constructor Detail

PageDecoratorImpl

public PageDecoratorImpl()
                  throws IOException
Throws:
IOException
Method Detail

getEncodedPublicKey

public String getEncodedPublicKey()


Copyright © 2004-2011. All Rights Reserved.