Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.test.RestTestResult
-
Packages that use RestTestResult Package Description com.atlassian.bamboo.plugins.rest.model.build.test -
-
Uses of RestTestResult in com.atlassian.bamboo.plugins.rest.model.build.test
Methods in com.atlassian.bamboo.plugins.rest.model.build.test that return RestTestResult Modifier and Type Method Description protected RestTestResult
RestTestResultExpander. expandInternal(RestTestResult testResult)
Methods in com.atlassian.bamboo.plugins.rest.model.build.test with parameters of type RestTestResult Modifier and Type Method Description protected RestTestResult
RestTestResultExpander. expandInternal(RestTestResult testResult)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.test with type arguments of type RestTestResult Constructor Description RestTestResultList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestResult> callback)
-