public class AnalysisProjectAction extends hudson.plugins.analysis.core.AbstractProjectAction<AnalysisResultAction>
AnalysisResultAction.| Constructor and Description |
|---|
AnalysisProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new
AnalysisProjectAction. |
AnalysisProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends AnalysisResultAction> type)
Instantiates a new
AnalysisProjectAction. |
| Modifier and Type | Method and Description |
|---|---|
protected AnalysisGraphConfiguration |
createConfiguration()
Creates the graph configuration.
|
protected hudson.plugins.analysis.graph.GraphConfigurationView |
createDefaultConfiguration() |
protected hudson.plugins.analysis.graph.GraphConfigurationView |
createUserConfiguration(org.kohsuke.stapler.StaplerRequest request) |
String |
getCheckStyle()
Returns the number of Checkstyle warnings for this action.
|
String |
getCompilerWarnings()
Returns the total number of warnings for this action.
|
String |
getDry()
Returns the number of duplicate code warnings for this action.
|
String |
getFindBugs()
Returns the number of FindBugs warnings for this action.
|
String |
getPmd()
Returns the number of PMD warnings for this action.
|
String |
getTasks()
Returns the number of open tasks for this action.
|
boolean |
isCheckStyleActivated()
Returns whether CheckStyle results should be shown.
|
boolean |
isDryActivated()
Returns whether DRY results should be shown.
|
boolean |
isFindBugsActivated()
Returns whether FindBugs results should be shown.
|
boolean |
isOpenTasksActivated()
Returns whether open tasks should be shown.
|
boolean |
isPmdActivated()
Returns whether PMD results should be shown.
|
boolean |
isWarningsActivated()
Returns whether compiler warnings results should be shown.
|
protected Object |
readResolve()
Restores the transient fields.
|
canShowEnableTrendLink, createBuildHistory, createConfiguration, doIndex, getAvailableGraphs, getDisplayName, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getResultAction, getTrendDetails, getTrendDetails, getTrendGraph, getTrendGraph, getTrendName, getUrlName, hasValidResults, isTrendDeactivated, isTrendVisiblepublic AnalysisProjectAction(hudson.model.AbstractProject<?,?> project)
AnalysisProjectAction.project - the project that owns this actionpublic AnalysisProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends AnalysisResultAction> type)
AnalysisProjectAction.project - the project that owns this actiontype - the result action typeprotected Object readResolve()
protected hudson.plugins.analysis.graph.GraphConfigurationView createDefaultConfiguration()
createDefaultConfiguration in class hudson.plugins.analysis.core.AbstractProjectAction<AnalysisResultAction>protected hudson.plugins.analysis.graph.GraphConfigurationView createUserConfiguration(org.kohsuke.stapler.StaplerRequest request)
createUserConfiguration in class hudson.plugins.analysis.core.AbstractProjectAction<AnalysisResultAction>protected AnalysisGraphConfiguration createConfiguration()
public boolean isCheckStyleActivated()
true if CheckStyle results should be shown, false otherwisepublic boolean isDryActivated()
true if DRY results should be shown, false otherwisepublic boolean isFindBugsActivated()
true if FindBugs results should be shown, false otherwisepublic boolean isPmdActivated()
true if PMD results should be shown, false otherwisepublic boolean isOpenTasksActivated()
true if open tasks should be shown, false otherwisepublic boolean isWarningsActivated()
true if compiler warnings results should be shown, false otherwisepublic String getCheckStyle()
public String getDry()
public String getFindBugs()
public String getPmd()
public String getTasks()
public String getCompilerWarnings()
Copyright © 2004-2014. All Rights Reserved.