@ExportedBean public class FailHistory extends Object
| Constructor and Description |
|---|
FailHistory() |
| Modifier and Type | Method and Description |
|---|---|
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() |
Map<Integer,Integer> |
getNumberOfFailedJobsLast24Hours() |
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() |
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 Map<Integer,Integer> getNumberOfFailedJobsLast24Hours()
@Exported public int getAverage24Hours()
@Exported public int getMinimum24Hours()
@Exported public int getMaximum24Hours()
public String getTrendIconColor()
@Exported public String getTrendIconMessage()
public void createHourGraphic1()
Copyright © 2004-2013. All Rights Reserved.