public class GraphProjectAction extends hudson.plugins.depgraph_view.AbstractDependencyGraphAction implements PluginConstants
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
CASCADE_PROJECT_ICON, CASCADE_PROJECT_NAME, CASCADE_PROJECT_PRONOUN, LAYOUT_ACTION_ICON, LAYOUT_ACTION_NAME, LAYOUT_ACTION_URL, LOGGER_PREFIX, MEMBER_ACTION_ICON, MEMBER_ACTION_NAME, MEMBER_ACTION_URL, MEMBER_GRAPH_NAME, MEMBER_VIEW_ICON, MEMBER_VIEW_NAME, MEMBER_VIEW_URL, PLUGIN_HELP, PLUGIN_ICON, PLUGIN_ID, PLUGIN_IMAGES, PLUGIN_IMAGES_16, PLUGIN_IMAGES_24, PLUGIN_IMAGES_32, PLUGIN_IMAGES_48, PLUGIN_NAME, PLUGIN_URL| Constructor and Description |
|---|
GraphProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractModelObject |
getParentObject() |
protected Collection<? extends hudson.model.AbstractProject<?,?>> |
getProjectsForDepgraph() |
String |
getTitle() |
String |
getUrlName() |
static void |
init()
Force cross-plugin deterministic class loading.
|
protected static final Logger log
public GraphProjectAction(hudson.model.AbstractProject<?,?> project)
public static void init()
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException,
InterruptedException
doDynamic in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionIOExceptionjavax.servlet.ServletExceptionInterruptedExceptionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionpublic String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionpublic hudson.model.AbstractModelObject getParentObject()
getParentObject in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionprotected Collection<? extends hudson.model.AbstractProject<?,?>> getProjectsForDepgraph()
getProjectsForDepgraph in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionpublic String getTitle()
getTitle in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.plugins.depgraph_view.AbstractDependencyGraphActionCopyright © 2004-2013 Barchart, Inc.. All Rights Reserved.