hudson.plugins.PerfPublisher
Class HealthDescriptor

java.lang.Object
  extended by hudson.plugins.PerfPublisher.HealthDescriptor

public class HealthDescriptor
extends java.lang.Object


Constructor Summary
HealthDescriptor()
           
 
Method Summary
 int getMaxHealth()
           
 int getMinHealth()
           
 int getUnstableHealth()
           
 boolean isHealthAnalyse()
           
 void setHealthAnalyse(boolean healthAnalyse)
           
 void setMaxHealth(int maxHealth)
           
 void setMinHealth(int minHealth)
           
 void setUnstableHealth(int unstableHealth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HealthDescriptor

public HealthDescriptor()
Method Detail

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.