public static final class Health.Report extends Object implements Comparable<Health.Report>
Constructor and Description |
---|
Report(float percent) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Health.Report o) |
boolean |
equals(Object o) |
float |
getPercentage() |
hudson.model.HealthReport |
getWeather() |
int |
hashCode() |
String |
toString() |
public Report(@Nonnegative float percent)
public float getPercentage()
public int compareTo(@Nonnull Health.Report o)
compareTo
in interface Comparable<Health.Report>
public hudson.model.HealthReport getWeather()
Copyright © 2016–2021. All rights reserved.