Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.web.servlet |
Modifier and Type | Method and Description |
---|---|
static AvatarFormatPolicy |
AvatarFormatPolicy.createOriginalDataPolicy() |
AvatarFormatPolicy |
AvatarFormatPolicy.PngAvatarFormatPolicyBuilder.withFallingBackToOriginalDataStrategy() |
AvatarFormatPolicy |
AvatarFormatPolicy.PngAvatarFormatPolicyBuilder.withRejectingFallbackStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AvatarManagerImpl.readAvatarData(Avatar avatar,
Avatar.Size size,
AvatarFormatPolicy avatarFormatPolicy,
MediaConsumer mediaConsumer) |
void |
AvatarManager.readAvatarData(Avatar avatar,
Avatar.Size size,
AvatarFormatPolicy avatarFormatPolicy,
MediaConsumer mediaConsumer)
Provides read-only access to the data of the avatar image as an
InputStream passed to the
provided dataAccessor. |
Modifier and Type | Method and Description |
---|---|
static AvatarFormatPolicy |
AvatarToStream.toAvatarRequestedFormat(Optional<String> imageFormat)
Parses the upper cased string parameter and returns a
AvatarFormatPolicy . |
Copyright © 2002-2021 Atlassian. All Rights Reserved.