|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.deepshiftlabs.nerrvana.ReportActionAggregated
public class ReportActionAggregated
Jenkins uses this class and accompanying file com\deepshiftlabs\nerrvana\ReportAction\index.jelly to create report link and report page
| Constructor Summary | |
|---|---|
ReportActionAggregated(hudson.model.AbstractBuild<?,?> build,
String executionResultsFilename,
NerrvanaPluginSettings settings)
Loads file with results of execution of all Nerrvana plugins in this build |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportActionAggregated(hudson.model.AbstractBuild<?,?> build,
String executionResultsFilename,
NerrvanaPluginSettings settings)
build - executionResultsFilename - settings - plugin settings| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||