dk.hlyh.ciplugins.projecthealth
Class ProjectHealthProjectAction
java.lang.Object
dk.hlyh.ciplugins.projecthealth.ProjectHealthProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public final class ProjectHealthProjectAction
- extends java.lang.Object
- implements hudson.model.Action
Shows statistics about project health and which test cases fail the most.
- Author:
- Henrik Lynggaard Hansen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectHealthProjectAction
public ProjectHealthProjectAction(hudson.model.AbstractProject<?,?> project)
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName
in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.Action
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName
in interface hudson.model.Action
getProject
public final hudson.model.AbstractProject<?,?> getProject()
getState
public ProjectHealthState getState()
getOverviewPie
public java.lang.String getOverviewPie(ProjectHealthState state)
getFailurePie
public java.lang.String getFailurePie(ProjectHealthState state)
Copyright © 2011. All Rights Reserved.