hudson.plugins.depgraph_view
Class DependencyGraphProjectActionFactory

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by hudson.plugins.depgraph_view.DependencyGraphProjectActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class DependencyGraphProjectActionFactory
extends hudson.model.TransientProjectActionFactory

Factory to add a dependency graph view action to each project

Author:
wolfs

Nested Class Summary
static class DependencyGraphProjectActionFactory.DependencyGraphProjectAction
          Shows the connected component of the project
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DependencyGraphProjectActionFactory()
           
 
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

DependencyGraphProjectActionFactory

public DependencyGraphProjectActionFactory()
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 © 2010. All Rights Reserved.