@ExportedBean public class BuildFlowAction extends Object implements hudson.model.Action
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildFlowAction.BuildActionFactory |
static class |
BuildFlowAction.ProjectActionFactory |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
buildMatrix() |
void |
doBuildFlow(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.model.Api |
getApi()
Remote API access.
|
BuildFlowOptions |
getBuildFlowOptions() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Run |
getTarget() |
String |
getUrlName() |
static boolean |
hasUpstreamOrDownstreamBuilds(hudson.model.Run target) |
boolean |
isAnyBuildOngoing() |
boolean |
isCacheRefreshing() |
boolean |
shouldDisplayBuildFlow() |
public BuildFlowOptions getBuildFlowOptions()
@Exported(visibility=1) public boolean isAnyBuildOngoing()
@Exported(visibility=1) public boolean isCacheRefreshing()
public boolean shouldDisplayBuildFlow()
public static boolean hasUpstreamOrDownstreamBuilds(hudson.model.Run target)
public hudson.model.Run getTarget()
public Matrix buildMatrix()
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic void doBuildFlow(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.model.Api getApi()
Copyright © 2016–2020. All rights reserved.