hudson.plugins.helpers
クラス AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>>

java.lang.Object
  上位を拡張 hudson.plugins.helpers.AbstractBuildAction<BUILD>
型パラメータ:
BUILD - the build class that the action is associated with.
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, Serializable
直系の既知のサブクラス:
AbstractBuildReport

public abstract class AbstractBuildAction<BUILD extends hudson.model.AbstractBuild<?,?>>
extends Object
implements hudson.model.HealthReportingAction, Serializable

An action that is associated with a build.

導入されたバージョン:
04-Feb-2008 19:41:25
作成者:
Stephen Connolly
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

AbstractBuildAction

protected AbstractBuildAction()
Constructs a new AbstractBuildAction.

メソッドの詳細

getBuild

public BUILD getBuild()
Getter for property 'build'.

戻り値:
Value for property 'build'.

setBuild

public void setBuild(BUILD build)
Write once setter for property 'build'.

パラメータ:
build - Value to set for property 'build'.

isFloatingBoxActive

public boolean isFloatingBoxActive()
Override to control when the floating box should be displayed.

戻り値:
true if the floating box should be visible.

isGraphActive

public boolean isGraphActive()
Override to control when the action displays a trend graph.

戻り値:
true if the action should show a trend graph.

getGraphName

public String getGraphName()
Override to define the graph name.

戻り値:
The graph name.

getSummary

public String getSummary()
Override to control the build summary detail.

戻り値:
the summary string for the main build page.


Copyright © 2004-2011. All Rights Reserved.