Package com.mathworks.ci
Class TestResultsViewAction
java.lang.Object
com.mathworks.ci.TestResultsViewAction
- All Implemented Interfaces:
Action,ModelObject,RunAction2
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuild()intintintintintvoidonAttached(Run<?, ?> run) voidvoidsetFailedCount(int failedCount) voidsetIncompleteCount(int incompleteCount) voidsetNotRunCount(int notRunCount) voidsetPassedCount(int passedCount) voidsetTotalCount(int totalCount)
-
Constructor Details
-
TestResultsViewAction
public TestResultsViewAction(Run<?, ?> build, FilePath workspace, String actionID) throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
-
Method Details
-
getTestResults
public List<List<MatlabTestFile>> getTestResults() throws org.json.simple.parser.ParseException, InterruptedException, IOException- Throws:
org.json.simple.parser.ParseExceptionInterruptedExceptionIOException
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getBuild
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getWorkspace
-
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()
-