Class TestProgress
- java.lang.Object
-
- org.jenkinsci.plugins.junitrealtimetestreporter.TestProgress
-
public class TestProgress extends Object
-
-
Constructor Summary
Constructors Constructor Description TestProgress(int expectedTests, float expectedTime, hudson.tasks.junit.TestResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCompletedTests()
int
getCompletedTestsPercentage()
float
getCompletedTime()
int
getCompletedTimePercentage()
String
getEstimatedRemainingTime()
int
getExpectedTests()
float
getExpectedTime()
int
getTestsLeftPercentage()
int
getTimeLeftPercentage()
-
-
-
Method Detail
-
getEstimatedRemainingTime
public String getEstimatedRemainingTime()
-
getCompletedTestsPercentage
public int getCompletedTestsPercentage()
-
getTestsLeftPercentage
public int getTestsLeftPercentage()
-
getCompletedTimePercentage
public int getCompletedTimePercentage()
-
getTimeLeftPercentage
public int getTimeLeftPercentage()
-
getCompletedTests
public int getCompletedTests()
-
getExpectedTests
public int getExpectedTests()
-
getCompletedTime
public float getCompletedTime()
-
getExpectedTime
public float getExpectedTime()
-
-