BUILD
- the build class that the action is associated with.public abstract class AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>> extends Object implements hudson.model.HealthReportingAction, Serializable, jenkins.model.RunAction2
Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildAction()
Constructs a new AbstractBuildAction.
|
Modifier and Type | Method and Description |
---|---|
BUILD |
getBuild()
Getter for property 'build'.
|
String |
getGraphName()
Override to define the graph name.
|
StatisticSummary |
getStatisticSummary() |
String |
getSummary()
Deprecated.
|
boolean |
isFloatingBoxActive()
Override to control when the floating box should be displayed.
|
boolean |
isGraphActive()
Override to control when the action displays a trend graph.
|
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
void |
setBuild(BUILD build)
Write once setter for property 'build'.
|
protected AbstractBuildAction()
public BUILD getBuild()
public void setBuild(BUILD build)
build
- Value to set for property 'build'.public final void onAttached(hudson.model.Run<?,?> r)
onAttached
in interface jenkins.model.RunAction2
public final void onLoad(hudson.model.Run<?,?> r)
onLoad
in interface jenkins.model.RunAction2
public boolean isFloatingBoxActive()
true
if the floating box should be visible.public boolean isGraphActive()
true
if the action should show a trend graph.public String getGraphName()
@Deprecated public String getSummary()
getStatisticSummary()
public StatisticSummary getStatisticSummary()
Copyright © 2016–2018. All rights reserved.