hudson.plugins.persona.xml
Class XmlPersonaReloader

java.lang.Object
  extended by hudson.plugins.persona.xml.XmlPersonaReloader
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class XmlPersonaReloader
extends Object
implements hudson.model.RootAction

Exposes an URL to reload XML persona.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
XmlPersonaReloader()
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPersonaReloader

public XmlPersonaReloader()
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

doIndex

public void doIndex(org.kohsuke.stapler.StaplerResponse rsp)
             throws IOException
Throws:
IOException


Copyright © 2004-2011. All Rights Reserved.