Class JsonRepositoryResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.bitbucket.json.JsonRepositoryResponse
-
public class JsonRepositoryResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
next
JsonRepository[]
values
-
Constructor Summary
Constructors Constructor Description JsonRepositoryResponse()
-
-
-
Field Detail
-
next
public String next
-
values
public JsonRepository[] values
-
-