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 Link icon

    • TestResultsAnalyzerAction Link icon

      public TestResultsAnalyzerAction(Job project)
  • Method Details Link icon

    • getDisplayName Link icon

      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 Link icon

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

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

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

      public Job getProject()
    • getNoOfBuilds Link icon

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

      public boolean isUpdated()
    • getJsonLoadData Link icon

      public void getJsonLoadData()
    • getTreeResult Link icon

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

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

      public String getNoOfBuilds()
    • getNoOfRunsToFetch Link icon

      public int getNoOfRunsToFetch()
    • getShowAllBuilds Link icon

      public boolean getShowAllBuilds()
    • getShowLineGraph Link icon

      public boolean getShowLineGraph()
    • getShowBarGraph Link icon

      public boolean getShowBarGraph()
    • getShowPieGraph Link icon

      public boolean getShowPieGraph()
    • getShowBuildTime Link icon

      public boolean getShowBuildTime()
    • getHideConfigurationMethods Link icon

      public boolean getHideConfigurationMethods()
    • getChartDataType Link icon

      public String getChartDataType()
    • getRunTimeLowThreshold Link icon

      public String getRunTimeLowThreshold()
    • getRunTimeHighThreshold Link icon

      public String getRunTimeHighThreshold()
    • isUseCustomStatusNames Link icon

      public boolean isUseCustomStatusNames()
    • getPassedRepresentation Link icon

      public String getPassedRepresentation()
    • getFailedRepresentation Link icon

      public String getFailedRepresentation()
    • getSkippedRepresentation Link icon

      public String getSkippedRepresentation()
    • getNaRepresentation Link icon

      public String getNaRepresentation()
    • getPassedColor Link icon

      public String getPassedColor()
    • getFailedColor Link icon

      public String getFailedColor()
    • getSkippedColor Link icon

      public String getSkippedColor()
    • getNaColor Link icon

      public String getNaColor()