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) |
BuildFlowOptions |
getBuildFlowOptions() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Run |
getTarget() |
String |
getUrlName() |
static boolean |
hasUpstreamOrDownstreamBuilds(hudson.model.Run target) |
boolean |
shouldDisplayBuildFlow() |
public BuildFlowOptions getBuildFlowOptions()
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.ServletExceptionCopyright © 2016–2019. All rights reserved.