public class LintProjectAction extends hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<LintResult>>
Drawing of the graph is delegated to the associated ResultAction.
| Constructor and Description |
|---|
LintProjectAction(hudson.model.AbstractProject<?,?> project)
Instantiates a new
LintProjectAction. |
LintProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends hudson.plugins.analysis.core.ResultAction<LintResult>> type)
Instantiates a new
LintProjectAction. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getTrendName() |
canShowEnableTrendLink, createBuildHistory, createConfiguration, createDefaultConfiguration, createUserConfiguration, doIndex, getAvailableGraphs, getDynamic, getIconFileName, getLastAction, getLastFinishedBuild, getProject, getResultAction, getTrendDetails, getTrendDetails, getTrendGraph, getTrendGraph, getUrlName, hasValidResults, isTrendDeactivated, isTrendVisiblepublic LintProjectAction(hudson.model.AbstractProject<?,?> project)
LintProjectAction.project - The project that owns this action.public LintProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends hudson.plugins.analysis.core.ResultAction<LintResult>> type)
LintProjectAction.project - The project that owns this action.type - The result action type.public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<LintResult>>public String getTrendName()
getTrendName in class hudson.plugins.analysis.core.AbstractProjectAction<hudson.plugins.analysis.core.ResultAction<LintResult>>Copyright © 2004-2013. All Rights Reserved.