hudson.plugins.testabilityexplorer.report
Class ProjectIndividualReport
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.testabilityexplorer.helpers.AbstractProjectAction<T>
hudson.plugins.testabilityexplorer.report.AbstractProjectReport<hudson.model.AbstractProject<?,?>>
hudson.plugins.testabilityexplorer.report.ProjectIndividualReport
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class ProjectIndividualReport
- extends AbstractProjectReport<hudson.model.AbstractProject<?,?>>
- implements hudson.model.ProminentProjectAction
Wraps an individual project report for the Testability Explorer.
- Author:
- reik.schatz
| Methods inherited from class hudson.model.Actionable |
addAction, getAction, getAction, getActions, getActions, getDynamic |
| Methods inherited from class hudson.model.AbstractModelObject |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.Action |
getDisplayName, getIconFileName, getUrlName |
ProjectIndividualReport
public ProjectIndividualReport(hudson.model.AbstractProject<?,?> project)
getBuildActionClass
protected java.lang.Class<? extends AbstractBuildReport> getBuildActionClass()
- Description copied from class:
AbstractProjectReport
- Returns a
AbstractBuildReport for rendering.
- Specified by:
getBuildActionClass in class AbstractProjectReport<hudson.model.AbstractProject<?,?>>
- Returns:
- AbstractBuildReport
isFloatingBoxActive
public boolean isFloatingBoxActive()
- Description copied from class:
AbstractProjectAction
- Enable's the floating box on the build summary page.
- Overrides:
isFloatingBoxActive in class AbstractProjectAction<hudson.model.AbstractProject<?,?>>
- Returns:
- Boolean
isGraphActive
public boolean isGraphActive()
- Description copied from class:
AbstractProjectAction
- Activate the graph inside the floating box.
- Overrides:
isGraphActive in class AbstractProjectAction<hudson.model.AbstractProject<?,?>>
- Returns:
- Boolean
Copyright © 2008. All Rights Reserved.