hudson.plugins.PerfPublisher
Class HealthDescriptor
java.lang.Object
hudson.plugins.PerfPublisher.HealthDescriptor
public class HealthDescriptor
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HealthDescriptor
public HealthDescriptor()
getMinHealth
public int getMinHealth()
- Returns:
- the minHealth
setMinHealth
public void setMinHealth(int minHealth)
- Parameters:
minHealth - the minHealth to set
getMaxHealth
public int getMaxHealth()
- Returns:
- the maxHealth
setMaxHealth
public void setMaxHealth(int maxHealth)
- Parameters:
maxHealth - the maxHealth to set
isHealthAnalyse
public boolean isHealthAnalyse()
- Returns:
- the healthAnalyse
setHealthAnalyse
public void setHealthAnalyse(boolean healthAnalyse)
- Parameters:
healthAnalyse - the healthAnalyse to set
getUnstableHealth
public int getUnstableHealth()
- Returns:
- the unstableHealth
setUnstableHealth
public void setUnstableHealth(int unstableHealth)
- Parameters:
unstableHealth - the unstableHealth to set
Copyright © 2010. All Rights Reserved.