ruby
Class ModelReloadAction

java.lang.Object
  extended by ruby.ModelReloadAction
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

public class ModelReloadAction
extends Object
implements hudson.model.RootAction

Reloads all the model definitions in Ruby plugins. Somewhat crude but nonetheless rather useful. I believe the original author is NaHi.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ModelReloadAction()
           
 
Method Summary
static ModelReloadAction create()
           
 org.kohsuke.stapler.HttpResponse doIndex()
           
 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

ModelReloadAction

public ModelReloadAction()
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 org.kohsuke.stapler.HttpResponse doIndex()

create

@Extension
public static ModelReloadAction create()


Copyright © 2004-2012. All Rights Reserved.