Uses of Interface
com.atlassian.bitbucket.io.InputSupplier
Packages that use InputSupplier
Package
Description
- 
Uses of InputSupplier in com.atlassian.bitbucket.avatarSubinterfaces of InputSupplier in com.atlassian.bitbucket.avatarModifier and TypeInterfaceDescriptioninterfaceinterfaceAugments theAvatarSupplierwith 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 TypeClassDescriptionclassclassAnCacheableAvatarSupplierimplementation which delegates to anAvatarSupplier, storing the avatar'smodification timestampseparately.classA simple implementation ofAvatarSupplierwhich accepts theInputStreamcontaining the avatar's image data as a constructor parameter.
- 
Uses of InputSupplier in com.atlassian.bitbucket.contentMethods 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.contentMethods 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.scriptMethods in com.atlassian.bitbucket.hook.script that return InputSupplierModifier and TypeMethodDescriptionHookScriptCreateRequest.getContent()HookScriptService.read(HookScript script) Returns anInputSupplierwhich can be used to open anInputStreamto 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.scmMethods 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)