org.hudsonci.plugins.console
Class LatestConsoleActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.hudsonci.plugins.console.LatestConsoleActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Named
@Singleton
@Typed(value=hudson.model.TransientProjectActionFactory.class)
public class LatestConsoleActionFactory
extends hudson.model.TransientProjectActionFactory

Attaches LatestConsoleAction to projects.

Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
LatestConsoleActionFactory()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject project)
           
 
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
 

Constructor Detail

LatestConsoleActionFactory

public LatestConsoleActionFactory()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject project)
Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2012 Hudson. All Rights Reserved.