Uses of Interface
com.atlassian.bitbucket.io.InputSupplier
Packages that use InputSupplier
Package
Description
-
Uses of InputSupplier in com.atlassian.bitbucket.avatar
Subinterfaces of InputSupplier in com.atlassian.bitbucket.avatarModifier 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.Classes in com.atlassian.bitbucket.avatar that implement InputSupplierModifier 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
Methods in com.atlassian.bitbucket.content that return InputSupplierMethods in com.atlassian.bitbucket.content with parameters of type InputSupplierModifier and TypeMethodDescriptionEditFileRequest.Builder.content
(InputSupplier<InputStream> value) Constructors in com.atlassian.bitbucket.content with parameters of type InputSupplierModifierConstructorDescriptionBuilder
(Repository repository, Branch branch, String path, InputSupplier<InputStream> content) -
Uses of InputSupplier in com.atlassian.bitbucket.event.content
Methods in com.atlassian.bitbucket.event.content that return InputSupplierConstructors in com.atlassian.bitbucket.event.content with parameters of type InputSupplierModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of InputSupplier in com.atlassian.bitbucket.hook.script
Methods in com.atlassian.bitbucket.hook.script that return InputSupplierModifier 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.Methods in com.atlassian.bitbucket.hook.script that return types with arguments of type InputSupplierMethods in com.atlassian.bitbucket.hook.script with parameters of type InputSupplierModifier and TypeMethodDescriptionHookScriptCreateRequest.Builder.content
(InputSupplier<InputStream> value) HookScriptUpdateRequest.Builder.content
(InputSupplier<InputStream> value) -
Uses of InputSupplier in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return InputSupplierMethods in com.atlassian.bitbucket.scm with parameters of type InputSupplierModifier and TypeMethodDescriptionEditFileCommandParameters.Builder.content
(InputSupplier<InputStream> value)