hudson.plugins.depgraph_view
Class DependencyGraphViewActionFactory

java.lang.Object
  extended by hudson.model.TransientViewActionFactory
      extended by hudson.plugins.depgraph_view.DependencyGraphViewActionFactory
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class DependencyGraphViewActionFactory
extends hudson.model.TransientViewActionFactory

Factory to a dependency graph view action to all views

Author:
wolfs

Nested Class Summary
static class DependencyGraphViewActionFactory.DependencyGraphViewAction
          Shows the connected components containing the projects of the view
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DependencyGraphViewActionFactory()
           
 
Method Summary
 java.util.List<hudson.model.Action> createFor(hudson.model.View v)
           
 
Methods inherited from class hudson.model.TransientViewActionFactory
all, createAllFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraphViewActionFactory

public DependencyGraphViewActionFactory()
Method Detail

createFor

public java.util.List<hudson.model.Action> createFor(hudson.model.View v)
Specified by:
createFor in class hudson.model.TransientViewActionFactory


Copyright © 2010. All Rights Reserved.