dk.hlyh.ciplugins.projecthealth
Class ProjectHealthProjectAction

java.lang.Object
  extended by 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

Constructor Summary
ProjectHealthProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getFailurePie(ProjectHealthState state)
           
 java.lang.String getIconFileName()
           
 java.lang.String getOverviewPie(ProjectHealthState state)
           
 hudson.model.AbstractProject<?,?> getProject()
           
 ProjectHealthState getState()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectHealthProjectAction

public ProjectHealthProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

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.