|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractResultAction<TasksResult>
hudson.plugins.tasks.TasksResultAction
public class TasksResultAction
Controls the live cycle of the task scanner results. This action persists the
results of the task scanner of a build and displays the results on the
build page. The actual visualization of the results is defined in the
matching summary.jelly file.
Moreover, this class renders the tasks scanner result trend.
| Constructor Summary | |
|---|---|
TasksResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of TasksResultAction. |
|
TasksResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
TasksResult result)
Creates a new instance of TasksResultAction. |
|
| Method Summary | |
|---|---|
protected hudson.plugins.analysis.core.PluginDescriptor |
getDescriptor()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getMultipleItemsTooltip(int numberOfItems)
|
java.lang.String |
getSingleItemTooltip()
|
| Methods inherited from class hudson.plugins.analysis.core.AbstractResultAction |
|---|
addModule, createAggregatedResult, createResult, getBuild, getBuildHealth, getHealthDescriptor, getIconFileName, getOwner, getResult, getTarget, getTooltip, getToolTipProvider, getUrlName, isSuccessful, setResult, updateBuildHealth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TasksResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
TasksResult result)
TasksResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to useresult - the result in this build
public TasksResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
TasksResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to use| Method Detail |
|---|
public java.lang.String getDisplayName()
protected hudson.plugins.analysis.core.PluginDescriptor getDescriptor()
getDescriptor in class hudson.plugins.analysis.core.AbstractResultAction<TasksResult>public java.lang.String getMultipleItemsTooltip(int numberOfItems)
getMultipleItemsTooltip in class hudson.plugins.analysis.core.AbstractResultAction<TasksResult>public java.lang.String getSingleItemTooltip()
getSingleItemTooltip in class hudson.plugins.analysis.core.AbstractResultAction<TasksResult>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||