Class JsonRepositoryResponse
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.gitlab.json.JsonRepositoryResponse
-
public class JsonRepositoryResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
default_branch
String
http_url_to_repo
long
id
String
name
JsonRepositoryNamespace
namespace
JsonRepositoryOwner
owner
String
path
String
path_with_namespace
String
ssh_url_to_repo
String
visibility
String
web_url
-
Constructor Summary
Constructors Constructor Description JsonRepositoryResponse()
-
-
-
Field Detail
-
id
public long id
-
name
public String name
-
path
public String path
-
path_with_namespace
public String path_with_namespace
-
default_branch
public String default_branch
-
ssh_url_to_repo
public String ssh_url_to_repo
-
http_url_to_repo
public String http_url_to_repo
-
visibility
public String visibility
-
web_url
public String web_url
-
namespace
public JsonRepositoryNamespace namespace
-
owner
public JsonRepositoryOwner owner
-
-