hudson.plugins.testabilityexplorer.helpers
Class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.helpers.AbstractBuildAction<T>
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject
Direct Known Subclasses:
AbstractBuildReport

public abstract class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>
extends java.lang.Object
implements hudson.model.HealthReportingAction

Abstract HealthReportingAction that will contain a reference to the build.

Author:
reik.schatz

Constructor Summary
protected AbstractBuildAction()
           
 
Method Summary
 T getBuild()
           
 java.lang.String getGraphName()
          Title that will be displayed above the graph.
 java.lang.String getSummary()
          Controls the summary text to display beside the build report icon on the build summary page.
 boolean isFloatingBoxActive()
          Enable's the floating box on the build summary page.
 boolean isGraphActive()
          Activate the graph inside the floating box.
 void setBuild(T build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.HealthReportingAction
getBuildHealth
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 

Constructor Detail

AbstractBuildAction

protected AbstractBuildAction()
Method Detail

getBuild

public T getBuild()

setBuild

public void setBuild(T build)

isFloatingBoxActive

public boolean isFloatingBoxActive()
Enable's the floating box on the build summary page.

Returns:
Boolean

isGraphActive

public boolean isGraphActive()
Activate the graph inside the floating box.

Returns:
Boolean

getGraphName

public java.lang.String getGraphName()
Title that will be displayed above the graph.

Returns:
String

getSummary

public java.lang.String getSummary()
Controls the summary text to display beside the build report icon on the build summary page.

Returns:
String


Copyright © 2009. All Rights Reserved.