hudson.plugins.depgraph_view
Class DependencyGraphProjectActionFactory.DependencyGraphProjectAction
java.lang.Object
hudson.plugins.depgraph_view.AbstractDependencyGraphAction
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyGraphProjectActionFactory.DependencyGraphProjectAction
public DependencyGraphProjectActionFactory.DependencyGraphProjectAction(hudson.model.AbstractProject<?,?> project)
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.