Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.status.RestJobResultStatus
-
Packages that use RestJobResultStatus Package Description com.atlassian.bamboo.plugins.rest.model.build.status -
-
Uses of RestJobResultStatus in com.atlassian.bamboo.plugins.rest.model.build.status
Methods in com.atlassian.bamboo.plugins.rest.model.build.status that return RestJobResultStatus Modifier and Type Method Description protected RestJobResultStatus
RestJobResultStatusExpander. expandInternal(RestJobResultStatus status)
Methods in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type RestJobResultStatus Modifier and Type Method Description protected RestJobResultStatus
RestJobResultStatusExpander. expandInternal(RestJobResultStatus status)
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.status with type arguments of type RestJobResultStatus Modifier and Type Method Description void
RestJobResultStatusList. setResults(List<RestJobResultStatus> results)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.status with type arguments of type RestJobResultStatus Constructor Description RestJobResultStatusList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestJobResultStatus> callback)
-