Class TestResultsViewAction

java.lang.Object
com.mathworks.ci.TestResultsViewAction
All Implemented Interfaces:
Action, ModelObject, RunAction2

public class TestResultsViewAction extends Object implements RunAction2
  • Constructor Details

  • Method Details

    • getTestResults

      public List<List<MatlabTestFile>> getTestResults() throws org.json.simple.parser.ParseException, InterruptedException, IOException
      Throws:
      org.json.simple.parser.ParseException
      InterruptedException
      IOException
    • onAttached

      public void onAttached(Run<?,?> run)
      Specified by:
      onAttached in interface RunAction2
    • onLoad

      public void onLoad(Run<?,?> run)
      Specified by:
      onLoad in interface RunAction2
    • getBuild

      public Run getBuild()
    • getDisplayName

      @CheckForNull public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      @CheckForNull public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • getIconFileName

      @CheckForNull public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getWorkspace

      public FilePath getWorkspace()
    • getActionID

      public String getActionID()
    • setTotalCount

      public void setTotalCount(int totalCount)
    • getTotalCount

      public int getTotalCount()
    • setPassedCount

      public void setPassedCount(int passedCount)
    • getPassedCount

      public int getPassedCount()
    • setFailedCount

      public void setFailedCount(int failedCount)
    • getFailedCount

      public int getFailedCount()
    • setIncompleteCount

      public void setIncompleteCount(int incompleteCount)
    • getIncompleteCount

      public int getIncompleteCount()
    • setNotRunCount

      public void setNotRunCount(int notRunCount)
    • getNotRunCount

      public int getNotRunCount()