org.jvnet.hudson.plugins
Class DownStreamProjectActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by org.jvnet.hudson.plugins.DownStreamProjectActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class DownStreamProjectActionFactory
extends hudson.model.TransientProjectActionFactory

Extends project actions for all jobs.

Author:
mfriedenhagen

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

Constructor Detail

DownStreamProjectActionFactory

public DownStreamProjectActionFactory()
Method Detail

createFor

public java.util.Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)

Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2009 Ushus Technologies. All Rights Reserved.