Uses of Interface
com.atlassian.bitbucket.io.InputSupplier
Package
Description
-
Uses of InputSupplier in com.atlassian.bitbucket.avatar
Modifier and TypeInterfaceDescriptioninterface
interface
Augments theAvatarSupplier
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 TypeClassDescriptionclass
class
AnCacheableAvatarSupplier
implementation which delegates to anAvatarSupplier
, storing the avatar'smodification timestamp
separately.class
A simple implementation ofAvatarSupplier
which accepts theInputStream
containing the avatar's image data as a constructor parameter. -
Uses of InputSupplier in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionEditFileRequest.Builder.content
(InputSupplier<InputStream> value) ModifierConstructorDescriptionBuilder
(Repository repository, Branch branch, String path, InputSupplier<InputStream> content) -
Uses of InputSupplier in com.atlassian.bitbucket.event.content
ModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of InputSupplier in com.atlassian.bitbucket.hook.script
Modifier and TypeMethodDescriptionHookScriptCreateRequest.getContent()
HookScriptService.read
(HookScript script) Returns anInputSupplier
which can be used to open anInputStream
to read the current contents for the specified hook script.Modifier and TypeMethodDescriptionHookScriptCreateRequest.Builder.content
(InputSupplier<InputStream> value) HookScriptUpdateRequest.Builder.content
(InputSupplier<InputStream> value) -
Uses of InputSupplier in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionEditFileCommandParameters.Builder.content
(InputSupplier<InputStream> value)