hudson.plugins.nested_view
Class NestedView.HealthReportContainer

java.lang.Object
  extended by hudson.plugins.nested_view.NestedView.HealthReportContainer
Enclosing class:
NestedView

public static class NestedView.HealthReportContainer
extends java.lang.Object

Container for HealthReport with two methods matching hudson.model.Job so we can pass this to f:healthReport jelly.


Method Summary
 hudson.model.HealthReport getBuildHealth()
           
 java.util.List<hudson.model.HealthReport> getBuildHealthReports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuildHealth

public hudson.model.HealthReport getBuildHealth()

getBuildHealthReports

public java.util.List<hudson.model.HealthReport> getBuildHealthReports()


Copyright © 2004-2011. All Rights Reserved.