|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.jqsmonitoring.failedbuilds.FailHistory
@ExportedBean public class FailHistory
| Constructor Summary | |
|---|---|
FailHistory()
|
|
| Method Summary | |
|---|---|
void |
createHourGraphic1()
Creates a Histogram that shows the number of failed jobs for every hour. |
int |
getAllFailedJobsCount()
Returns the number of failed builds(enabled + disabled). |
hudson.model.Api |
getApi()
|
int |
getAverage24Hours()
|
int |
getFailedDisabledJobsCount()
Returns the number of failed builds that are disabled. |
int |
getFailedEnabledJobsCount()
Returns the number of failed builds that are enabled. |
int |
getLastHourFailed()
|
int |
getMaximum24Hours()
|
int |
getMinimum24Hours()
|
String |
getTrendIcon()
Returns an icon corresponding to the difference between the current number of failed jobs and that from the last hour. |
String |
getTrendIconColor()
|
String |
getTrendIconMessage()
|
void |
updateFailedJobs()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailHistory()
| Method Detail |
|---|
public String getTrendIcon()
public hudson.model.Api getApi()
@Exported public int getLastHourFailed()
@Exported public int getAllFailedJobsCount()
@Exported public int getFailedDisabledJobsCount()
@Exported public int getFailedEnabledJobsCount()
public void updateFailedJobs()
@Exported public int getAverage24Hours()
@Exported public int getMinimum24Hours()
@Exported public int getMaximum24Hours()
public String getTrendIconColor()
public String getTrendIconMessage()
public void createHourGraphic1()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||