| Modifier and Type | Method and Description |
|---|---|
abstract User |
Service.getCurrentUser()
Returns the current user.
|
User |
Client.RestService.getCurrentUser() |
User |
Repository.getOwner()
Returns the owner.
|
protected User |
Client.RestService.getUser(HttpResponse response) |
abstract User |
Service.getUser(String name)
Returns the Bitbucket user identified by a name.
|
User |
Client.RestService.getUser(String name) |
User |
Service.getUser(UUID uuid)
Returns the Bitbucket user identified by a UUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setOwner(User owner)
Sets the owner.
|
Copyright © 2015 Nishimura Software Studio. All rights reserved.