org.jvnet.hudson.plugins.exclusion
Class AdministrationPanel

java.lang.Object
  extended by org.jvnet.hudson.plugins.exclusion.AdministrationPanel
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@ExportedBean
@Extension
public class AdministrationPanel
extends Object
implements hudson.model.RootAction

Author:
Anthony Roux

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AdministrationPanel()
           
 
Method Summary
 void doFreeResource(org.kohsuke.stapler.StaplerRequest res, org.kohsuke.stapler.StaplerResponse rsp, String resourceName)
           
 String getDisplayName()
           
 String getIconFileName()
           
 List<RessourcesMonitor> getList()
           
 String getUrlName()
           
 void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrationPanel

public AdministrationPanel()
Method Detail

getList

public List<RessourcesMonitor> getList()

load

public void load()

doFreeResource

public void doFreeResource(org.kohsuke.stapler.StaplerRequest res,
                           org.kohsuke.stapler.StaplerResponse rsp,
                           @QueryParameter(value="resourceName")
                           String resourceName)
                    throws IOException,
                           InterruptedException
Throws:
IOException
InterruptedException

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


Copyright © 2004-2012. All Rights Reserved.