Exemplo n.º 1
0
 public PullRequestsClient(BitbucketClient client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public RepositoriesClient(BitbucketClient client)
 {
     _client = client;
 }
Exemplo n.º 3
0
 public TeamsClient(BitbucketClient client)
 {
     _client = client;
 }
Exemplo n.º 4
0
 public PrivilegesClient(BitbucketClient client)
 {
     Client = client;
 }
Exemplo n.º 5
0
 public UsersClient(BitbucketClient client)
 {
     _client = client;
 }
Exemplo n.º 6
0
 public IssuesClient(BitbucketClient client)
 {
     Client = client;
 }
Exemplo n.º 7
0
 public CommitsClient(BitbucketClient client)
 {
     _client = client;
 }
Exemplo n.º 8
0
 public GroupsClient(BitbucketClient client)
 {
     _client = client;
 }