Class BenchmarkResultAction
- java.lang.Object
-
- org.jenkinsci.plugins.benchmark.core.BenchmarkResultAction
-
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
public class BenchmarkResultAction extends Object implements Action, SimpleBuildStep.LastBuildAction
- Since:
- 5/16/2017
- Author:
- Daniel Mercier
-
-
Method Summary
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getTextDirection
@FrontendMethod public String getTextDirection()
Get text direction (left to right/right to left)- Returns:
- rtl or ltr
-
getRightBoxPosition
@FrontendMethod public String getRightBoxPosition()
Get box position from text direction (left to right/right to left)- Returns:
- right or left
-
getHasResult
@FrontendMethod public Boolean getHasResult()
-
getResultName
@FrontendMethod public String getResultName()
-
getGroupName
@FrontendMethod public String getGroupName()
-
getFileName
@FrontendMethod public String getFileName()
-
getIsNumeral
@FrontendMethod public Boolean getIsNumeral()
-
getGraphTitle
@FrontendMethod public String getGraphTitle()
-
getChartLabels
@FrontendMethod public com.google.gson.JsonArray getChartLabels()
-
getChartData
@FrontendMethod public com.google.gson.JsonArray getChartData()
-
getTablePageURL
@FrontendMethod public String getTablePageURL()
-
getRawTable
@FrontendMethod public String getRawTable()
-
getCondensedTable
@FrontendMethod public String getCondensedTable()
-
getGraphYMinimum
@FrontendMethod public String getGraphYMinimum()
-
getGraphYMaximum
@FrontendMethod public String getGraphYMaximum()
-
getResultDetails
@JavaScriptMethod public String getResultDetails()
-
getParameters
@JavaScriptMethod public String getParameters()
-
getResultPageURL
@FrontendMethod public String getResultPageURL()
Get the absolute address- Returns:
- Absolute address
-
getBuildSelected
@JavaScriptMethod public int getBuildSelected()
-
getBuildNumber
@JavaScriptMethod public int getBuildNumber()
-
resetClock
@JavaScriptMethod public void resetClock()
Reset clock that keeps the result loaded in memory
-
setBuildSelected
@JavaScriptMethod public void setBuildSelected(Integer build)
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getProject
public Job<?,?> getProject()
-
getCore
public BenchmarkPublisher getCore()
-
-