public interface ShortStatistics
Modifier and Type | Method and Description |
---|---|
int |
getAllTestCount() |
Status |
getBuildStatus() |
int |
getCompilationErrorsCount() |
java.lang.String |
getCurrentStage() |
int |
getFailedTestCount() |
java.util.List<STestRun> |
getFailedTests() |
java.util.List<STestRun> |
getFailedTestsIncludingMuted() |
int |
getIgnoredTestCount() |
java.util.List<STestRun> |
getMutedTests() |
int |
getMutedTestsCount() |
int |
getNewFailedCount() |
int |
getPassedTestCount() |
int |
getSignature()
Deprecated.
always returns 0 since 2017.1
|
boolean |
isEmpty1()
This method has so strange name because "empty" is predefined keyword in JSP EL.
|
boolean isEmpty1()
Status getBuildStatus()
java.lang.String getCurrentStage()
DefaultMessagesInfo.BLOCK_TYPE_PROGRESS
.
Progress blocks can be nested.int getCompilationErrorsCount()
int getPassedTestCount()
int getNewFailedCount()
int getIgnoredTestCount()
int getFailedTestCount()
int getAllTestCount()
java.util.List<STestRun> getFailedTests()
@NotNull java.util.List<STestRun> getMutedTests()
int getMutedTestsCount()
@NotNull java.util.List<STestRun> getFailedTestsIncludingMuted()
int getSignature()