Class TestCaseReport
- java.lang.Object
-
- com.sumologic.jenkins.jenkinssumologicplugin.utility.TestCaseReport
-
public class TestCaseReport extends Object
Sumo Logic plugin for Jenkins model.Generate test case report
Created by Sourabh Jain on 5/2019.
-
-
Constructor Summary
Constructors Constructor Description TestCaseReport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<TestCaseResultModel>
getTestCaseReport(Run buildInfo)
-
-
-
Method Detail
-
getTestCaseReport
public static List<TestCaseResultModel> getTestCaseReport(Run buildInfo)
-
-