public class BuildGraph extends Object implements hudson.model.Action
Cause.UpstreamCause.| Modifier and Type | Class and Description |
|---|---|
static class |
BuildGraph.Edge |
| Constructor and Description |
|---|
BuildGraph(hudson.model.AbstractBuild run) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
org.jgrapht.DirectedGraph<BuildExecution,BuildGraph.Edge> |
getGraph() |
String |
getIconFileName() |
BuildExecution |
getStart() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic BuildExecution getStart()
public org.jgrapht.DirectedGraph<BuildExecution,BuildGraph.Edge> getGraph() throws ExecutionException, InterruptedException
Copyright © 2004-2013. All Rights Reserved.