hudson.plugins.depgraph_view
Class DependencyGraphViewActionFactory.DependencyGraphViewAction

java.lang.Object
  extended by hudson.plugins.depgraph_view.AbstractDependencyGraphAction
      extended by hudson.plugins.depgraph_view.DependencyGraphViewActionFactory.DependencyGraphViewAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
DependencyGraphViewActionFactory

public static class DependencyGraphViewActionFactory.DependencyGraphViewAction
extends AbstractDependencyGraphAction
implements hudson.model.Action

Shows the connected components containing the projects of the view


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
AbstractDependencyGraphAction.SupportedImageType
 
Field Summary
 
Fields inherited from class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
extension2Type
 
Constructor Summary
DependencyGraphViewActionFactory.DependencyGraphViewAction(hudson.model.View view)
           
 
Method Summary
 hudson.model.AbstractModelObject getParentObject()
           
protected  java.util.Collection<? extends hudson.model.AbstractProject<?,?>> getProjectsForDepgraph()
           
 java.lang.String getTitle()
           
 
Methods inherited from class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
doDynamic, generateDotText, getDisplayName, getIconFileName, getUrlName, runDot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Constructor Detail

DependencyGraphViewActionFactory.DependencyGraphViewAction

public DependencyGraphViewActionFactory.DependencyGraphViewAction(hudson.model.View view)
Method Detail

getProjectsForDepgraph

protected java.util.Collection<? extends hudson.model.AbstractProject<?,?>> getProjectsForDepgraph()
Specified by:
getProjectsForDepgraph in class AbstractDependencyGraphAction
Returns:
projects for which the dependency graph should be calculated

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class AbstractDependencyGraphAction
Returns:
title of the dependency graph page

getParentObject

public hudson.model.AbstractModelObject getParentObject()
Specified by:
getParentObject in class AbstractDependencyGraphAction
Returns:
object for which the sidepanel.jelly will be shown


Copyright © 2010. All Rights Reserved.