Uses of Class
jetbrains.buildServer.serverSide.oauth.space.pojo.GetAllCodeReviewsResponse.Review
-
Packages that use GetAllCodeReviewsResponse.Review Package Description jetbrains.buildServer.serverSide.oauth.space jetbrains.buildServer.serverSide.oauth.space.pojo -
-
Uses of GetAllCodeReviewsResponse.Review in jetbrains.buildServer.serverSide.oauth.space
Methods in jetbrains.buildServer.serverSide.oauth.space that return GetAllCodeReviewsResponse.Review Modifier and Type Method Description GetAllCodeReviewsResponse.Review
SpaceClient. getCodeReview(String accessToken, String projectId, String reviewNumber)
Methods in jetbrains.buildServer.serverSide.oauth.space that return types with arguments of type GetAllCodeReviewsResponse.Review Modifier and Type Method Description List<GetAllCodeReviewsResponse.Review>
SpaceClient. getAllCodeReviewsByProjectKey(String accessToken, String projectKey, int maxPages)
-
Uses of GetAllCodeReviewsResponse.Review in jetbrains.buildServer.serverSide.oauth.space.pojo
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return GetAllCodeReviewsResponse.Review Modifier and Type Method Description GetAllCodeReviewsResponse.Review
GetAllCodeReviewsResponse.DataItem. getReview()
-