Uses of Class
com.atlassian.bamboo.plugins.rest.model.resource.RestResource
-
Packages that use RestResource Package Description com.atlassian.bamboo.plugins.rest.model.resource -
-
Uses of RestResource in com.atlassian.bamboo.plugins.rest.model.resource
Methods in com.atlassian.bamboo.plugins.rest.model.resource that return types with arguments of type RestResource Modifier and Type Method Description List<RestResource>
RestResourceList. getResources()
Method parameters in com.atlassian.bamboo.plugins.rest.model.resource with type arguments of type RestResource Modifier and Type Method Description void
RestResourceList. setResources(List<RestResource> resources)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.resource with type arguments of type RestResource Constructor Description RestResourceList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestResource> callback)
-