@ExportedBean 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 |
|---|---|
hudson.model.Api |
getApi() |
String |
getBuildSteps() |
String |
getBuildUrl() |
String |
getConnectors() |
String |
getDisplayName() |
String |
getEndPoints() |
org.jgrapht.DirectedGraph<BuildExecution,BuildGraph.Edge> |
getGraph() |
String |
getIconFileName() |
boolean |
getIsBuildInProgress() |
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 String getBuildUrl()
public hudson.model.Api getApi()
@Exported public boolean getIsBuildInProgress()
public org.jgrapht.DirectedGraph<BuildExecution,BuildGraph.Edge> getGraph() throws ExecutionException, InterruptedException, ClassNotFoundException, IOException
@Exported public String getBuildSteps() throws ExecutionException, InterruptedException, ClassNotFoundException, IOException
@Exported public String getEndPoints() throws ExecutionException, InterruptedException, ClassNotFoundException, IOException
@Exported public String getConnectors() throws ExecutionException, InterruptedException, ClassNotFoundException, IOException
Copyright © 2004-2016. All Rights Reserved.