Class TestResultsAnalyzerAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerAction
- All Implemented Interfaces:
Action
,ModelObject
,SearchableModelObject
,SearchItem
,ModelObjectWithContextMenu
-
Nested Class Summary
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
The display name for the action.getExportCSV
(String timeBased, String noOfBuildsNeeded) boolean
final String
The icon for this action.void
net.sf.json.JSONArray
getNoOfBuilds
(String noOfbuildsNeeded) int
Search url for this action.boolean
boolean
boolean
boolean
boolean
net.sf.json.JSONObject
getTreeResult
(UserConfig userConfig) The url for this action.boolean
boolean
Methods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
TestResultsAnalyzerAction
-
-
Method Details
-
getDisplayName
The display name for the action.- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- the name as String
-
getIconFileName
The icon for this action.- Specified by:
getIconFileName
in interfaceAction
- Returns:
- the icon file as String
-
getUrlName
The url for this action.- Specified by:
getUrlName
in interfaceAction
- Returns:
- the url as String
-
getSearchUrl
Search url for this action.- Specified by:
getSearchUrl
in interfaceSearchItem
- Returns:
- the url as String
-
getProject
-
getNoOfBuilds
-
isUpdated
public boolean isUpdated() -
getJsonLoadData
public void getJsonLoadData() -
getTreeResult
-
getExportCSV
-
getNoOfBuilds
-
getNoOfRunsToFetch
public int getNoOfRunsToFetch() -
getShowAllBuilds
public boolean getShowAllBuilds() -
getShowLineGraph
public boolean getShowLineGraph() -
getShowBarGraph
public boolean getShowBarGraph() -
getShowPieGraph
public boolean getShowPieGraph() -
getShowBuildTime
public boolean getShowBuildTime() -
getHideConfigurationMethods
public boolean getHideConfigurationMethods() -
getChartDataType
-
getRunTimeLowThreshold
-
getRunTimeHighThreshold
-
isUseCustomStatusNames
public boolean isUseCustomStatusNames() -
getPassedRepresentation
-
getFailedRepresentation
-
getSkippedRepresentation
-
getNaRepresentation
-
getPassedColor
-
getFailedColor
-
getSkippedColor
-
getNaColor
-