public interface AvatarRequest
StashClient to request remote Stash/Bitbucket instance to return
avatar data. Can specify size, URL scheme and URL mode of the avatar links returned| Modifier and Type | Interface and Description |
|---|---|
static class |
AvatarRequest.DefaultAvatarRequest |
| Modifier and Type | Method and Description |
|---|---|
static AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder |
builder() |
long |
getSize() |
String |
getUrlMode()
Note size must be specified for scheme to be honoured, at least as of Bitbucket 4.10
|
String |
getUrlScheme()
Note size must be specified for scheme to be honoured, at least as of Bitbucket 4.10
|
long getSize()
@Nullable String getUrlScheme()
https for secure https URLs, rather than request specific (as of Bitbucket 4.12.0).@Nullable String getUrlMode()
absolute for absolute URLs, rather than request specific (as of Bitbucket 4.12.0).static AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder builder()
Copyright © 2020 Atlassian. All rights reserved.