|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object hudson.plugins.helpers.AbstractBuildAction<BUILD>
BUILD
- the build class that the action is associated with.public abstract class AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>>
An action that is associated with a build.
コンストラクタの概要 | |
---|---|
protected |
AbstractBuildAction()
Constructs a new AbstractBuildAction. |
メソッドの概要 | |
---|---|
BUILD |
getBuild()
Getter for property 'build'. |
String |
getGraphName()
Override to define the graph name. |
String |
getSummary()
Override to control the build summary detail. |
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 |
setBuild(BUILD build)
Write once setter for property 'build'. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース hudson.model.HealthReportingAction から継承されたメソッド |
---|
getBuildHealth |
インタフェース hudson.model.Action から継承されたメソッド |
---|
getDisplayName, getIconFileName, getUrlName |
コンストラクタの詳細 |
---|
protected AbstractBuildAction()
メソッドの詳細 |
---|
public BUILD getBuild()
public void setBuild(BUILD build)
build
- Value to set for property 'build'.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()
public String getSummary()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |