Class TestResults
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.TestResults
-
public class TestResults extends Object
-
-
Constructor Summary
Constructors Constructor Description TestResults(int successful, int failed, int ignored)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFailed()
int
getIgnored()
int
getSuccessful()
-