hudson.plugins.jswidgets
Class JsProjectActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by hudson.plugins.jswidgets.JsProjectActionFactory
All Implemented Interfaces:
ExtensionPoint

@Extension
public class JsProjectActionFactory
extends TransientProjectActionFactory

Extends project actions for all jobs.

Author:
mfriedenhagen

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
private static Logger LOG
          Our logger.
 
Constructor Summary
JsProjectActionFactory()
           
 
Method Summary
 Collection<? extends Action> createFor(AbstractProject target)
          
 
Methods inherited from class hudson.model.TransientProjectActionFactory
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Logger LOG
Our logger.

Constructor Detail

JsProjectActionFactory

public JsProjectActionFactory()
Method Detail

createFor

public Collection<? extends Action> createFor(AbstractProject target)

Specified by:
createFor in class TransientProjectActionFactory


Copyright © 2009. All Rights Reserved.