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 Stringdefault_branchStringhttp_url_to_repolongidStringnameJsonRepositoryNamespacenamespaceJsonRepositoryOwnerownerStringpathStringpath_with_namespaceStringssh_url_to_repoStringvisibilityStringweb_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
-
-