hudson.plugins.depgraph_view
Class DependencyGraphProjectActionFactory.DependencyGraphProjectAction

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

public static final class DependencyGraphProjectActionFactory.DependencyGraphProjectAction
extends AbstractDependencyGraphAction

Shows the connected component of the project


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
DependencyGraphProjectActionFactory.DependencyGraphProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 hudson.model.AbstractModelObject getParentObject()
           
protected  java.util.Collection<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
 

Constructor Detail

DependencyGraphProjectActionFactory.DependencyGraphProjectAction

public DependencyGraphProjectActionFactory.DependencyGraphProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getProjectsForDepgraph

protected java.util.Collection<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.