Modifier and Type | Interface and Description |
---|---|
interface |
AvatarSupplier |
interface |
CacheableAvatarSupplier
Augments the
AvatarSupplier with timestamp information that can be used to control caching, or to simply
display a modification date indicating when the avatar was last updated. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAvatarSupplier |
class |
DelegatingCacheableAvatarSupplier
An
CacheableAvatarSupplier implementation which delegates to an AvatarSupplier , storing the avatar's
modification timestamp separately. |
class |
SimpleAvatarSupplier
A simple implementation of
AvatarSupplier which accepts the InputStream containing the avatar's
image data as a constructor parameter. |
Modifier and Type | Method and Description |
---|---|
InputSupplier<InputStream> |
EditFileRequest.getContent() |
InputSupplier<InputStream> |
FileEditHookRequest.getContent() |
Modifier and Type | Method and Description |
---|---|
EditFileRequest.Builder |
EditFileRequest.Builder.content(InputSupplier<InputStream> value) |
Constructor and Description |
---|
Builder(Repository repository,
Branch branch,
String path,
InputSupplier<InputStream> content) |
Modifier and Type | Method and Description |
---|---|
InputSupplier<InputStream> |
FileEditedEvent.getContent() |
Constructor and Description |
---|
FileEditedEvent(Object source,
Repository repository,
Branch branch,
RefChange refChange,
String path,
InputSupplier<InputStream> content,
String message) |
Modifier and Type | Method and Description |
---|---|
InputSupplier<InputStream> |
HookScriptCreateRequest.getContent() |
InputSupplier<InputStream> |
HookScriptService.read(HookScript script)
Returns an
InputSupplier which can be used to open an InputStream to read the current
contents for the specified hook script. |
Modifier and Type | Method and Description |
---|---|
Optional<InputSupplier<InputStream>> |
HookScriptUpdateRequest.getContent() |
Modifier and Type | Method and Description |
---|---|
HookScriptUpdateRequest.Builder |
HookScriptUpdateRequest.Builder.content(InputSupplier<InputStream> value) |
HookScriptCreateRequest.Builder |
HookScriptCreateRequest.Builder.content(InputSupplier<InputStream> value) |
Modifier and Type | Method and Description |
---|---|
InputSupplier<InputStream> |
EditFileCommandParameters.getContent() |
Modifier and Type | Method and Description |
---|---|
EditFileCommandParameters.Builder |
EditFileCommandParameters.Builder.content(InputSupplier<InputStream> value) |
Copyright © 2019 Atlassian. All rights reserved.