public class ReportActionAggregated extends Object implements hudson.model.Action, Serializable
| Constructor and Description |
|---|
ReportActionAggregated(hudson.model.AbstractBuild<?,?> build,
String executionResultsFilename,
NerrvanaPluginSettings settings)
Loads file with results of execution of all Nerrvana plugins in this
build
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getErrorText()
Returns error text
|
String |
getExecutionResultsFilename() |
String |
getExecutionStatus()
Returns status label
|
String |
getIconFileName() |
ArrayList<NerrvanaExecution> |
getList()
Returns list of NerrvanaExecution object.
|
String |
getMessageThreshold()
Returns name of the UserMessageLevel which was set in the plugin settings
as message threshold.
|
hudson.model.AbstractBuild<?,?> |
getOwner() |
String |
getUrlName() |
boolean |
hasError()
Checks if error text exists
|
public ReportActionAggregated(hudson.model.AbstractBuild<?,?> build,
String executionResultsFilename,
NerrvanaPluginSettings settings)
build - executionResultsFilename - settings - plugin settingspublic String getExecutionResultsFilename()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic hudson.model.AbstractBuild<?,?> getOwner()
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic boolean hasError()
public String getErrorText()
public ArrayList<NerrvanaExecution> getList()
public String getExecutionStatus()
public String getMessageThreshold()
Copyright © 2004-2013 Deep Shift Labs. All Rights Reserved.