JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.bitbucket.attachment
Interface AttachmentSupplier
public interface
AttachmentSupplier
Since:
7.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
long
getSize
()
InputStream
open
()
Method Details
getName
@Nonnull
String
getName
()
getSize
long
getSize
()
open
@Nonnull
InputStream
open
() throws
IOException
Throws:
IOException