Class TestResultsAnalyzerAction

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.testresultsanalyzer.TestResultsAnalyzerAction
All Implemented Interfaces:
Action, ModelObject, SearchableModelObject, SearchItem, ModelObjectWithContextMenu

public class TestResultsAnalyzerAction extends Actionable implements Action
  • Constructor Details

    • TestResultsAnalyzerAction

      public TestResultsAnalyzerAction(Job project)
  • Method Details

    • getDisplayName

      public final String getDisplayName()
      The display name for the action.
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
      Returns:
      the name as String
    • getIconFileName

      public final String getIconFileName()
      The icon for this action.
      Specified by:
      getIconFileName in interface Action
      Returns:
      the icon file as String
    • getUrlName

      public String getUrlName()
      The url for this action.
      Specified by:
      getUrlName in interface Action
      Returns:
      the url as String
    • getSearchUrl

      public String getSearchUrl()
      Search url for this action.
      Specified by:
      getSearchUrl in interface SearchItem
      Returns:
      the url as String
    • getProject

      public Job getProject()
    • getNoOfBuilds

      @JavaScriptMethod public net.sf.json.JSONArray getNoOfBuilds(String noOfbuildsNeeded)
    • isUpdated

      public boolean isUpdated()
    • getJsonLoadData

      public void getJsonLoadData()
    • getTreeResult

      @JavaScriptMethod public net.sf.json.JSONObject getTreeResult(UserConfig userConfig)
    • getExportCSV

      @JavaScriptMethod public String getExportCSV(String timeBased, String noOfBuildsNeeded)
    • getNoOfBuilds

      public String 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

      public String getChartDataType()
    • getRunTimeLowThreshold

      public String getRunTimeLowThreshold()
    • getRunTimeHighThreshold

      public String getRunTimeHighThreshold()
    • isUseCustomStatusNames

      public boolean isUseCustomStatusNames()
    • getPassedRepresentation

      public String getPassedRepresentation()
    • getFailedRepresentation

      public String getFailedRepresentation()
    • getSkippedRepresentation

      public String getSkippedRepresentation()
    • getNaRepresentation

      public String getNaRepresentation()
    • getPassedColor

      public String getPassedColor()
    • getFailedColor

      public String getFailedColor()
    • getSkippedColor

      public String getSkippedColor()
    • getNaColor

      public String getNaColor()