Class JUnitFlakyAggregatedTestDataAction

java.lang.Object
hudson.tasks.junit.TestAction
com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
All Implemented Interfaces:
Action, ModelObject

public class JUnitFlakyAggregatedTestDataAction extends hudson.tasks.junit.TestAction
Action to aggregate flaky information for a single test class
Author:
Qingzhou Luo
  • Constructor Details

    • JUnitFlakyAggregatedTestDataAction

      public JUnitFlakyAggregatedTestDataAction(int passed, int failed, int flaked)
  • Method Details

    • getIconFileName

      public String getIconFileName()
    • getDisplayName

      public String getDisplayName()
    • getUrlName

      public String getUrlName()
    • getPassed

      public int getPassed()
    • getFailed

      public int getFailed()
    • getFlaked

      public int getFlaked()
    • getImagePath

      public String getImagePath()
      Get the path of the image to display for the test class
      Returns:
      successful image if no fail or flake, otherwise failure images