org.hudsonci.plugins.console
Class LatestConsoleActionFactory
java.lang.Object
hudson.model.TransientProjectActionFactory
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
LatestConsoleActionFactory
public LatestConsoleActionFactory()
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.