Uses of Class
com.atlassian.bamboo.rest.entity.RestResponse
-
Packages that use RestResponse Package Description com.atlassian.bamboo.plugins.bitbucket.rest.entity com.atlassian.bamboo.plugins.git.rest.entity com.atlassian.bamboo.rest.entity -
-
Uses of RestResponse in com.atlassian.bamboo.plugins.bitbucket.rest.entity
Subclasses of RestResponse in com.atlassian.bamboo.plugins.bitbucket.rest.entity Modifier and Type Class Description class
ListBranchesResponse
-
Uses of RestResponse in com.atlassian.bamboo.plugins.git.rest.entity
Subclasses of RestResponse in com.atlassian.bamboo.plugins.git.rest.entity Modifier and Type Class Description class
ListBranchesResponse
class
ListRepositoriesResponse
-
Uses of RestResponse in com.atlassian.bamboo.rest.entity
Methods in com.atlassian.bamboo.rest.entity with type parameters of type RestResponse Modifier and Type Method Description <T extends RestResponse>
TRestResponse.Builder. build(Class<T> responseType)
-