|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HealthDescriptor
A health descriptor defines the parameters to create the build health.
| Method Summary | |
|---|---|
java.lang.String |
getFailureThreshold()
Returns the annotation threshold to be reached if a build should be considered as failure. |
java.lang.String |
getHealthy()
Returns the healthy threshold, i.e. |
Priority |
getMinimumPriority()
Returns the minimum priority that should be considered when computing build health and stability. |
java.lang.String |
getNewFailureThreshold()
Returns the threshold of new annotations to be reached if a build should be considered as failure. |
java.lang.String |
getNewThreshold()
Returns the threshold for new annotations to be reached if a build should be considered as unstable. |
java.lang.String |
getThreshold()
Returns the threshold of all annotations to be reached if a build should be considered as unstable. |
java.lang.String |
getUnHealthy()
Returns the unhealthy threshold, i.e. |
| Method Detail |
|---|
java.lang.String getThreshold()
java.lang.String getNewThreshold()
java.lang.String getFailureThreshold()
java.lang.String getNewFailureThreshold()
java.lang.String getHealthy()
java.lang.String getUnHealthy()
Priority getMinimumPriority()
Priority.NORMAL is returned,
then annotations with priority Priority.LOW are ignored.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||