Package com.atlassian.bamboo.avatar
Class AbstractAvatarSupplier
java.lang.Object
com.atlassian.bamboo.avatar.AbstractAvatarSupplier
- All Implemented Interfaces:
AvatarSupplier
,InputSupplier<InputStream>
- Direct Known Subclasses:
FilePartAvatarSupplier
,ResourceAvatarSupplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe content type of the avatar, e.g., "image/png"Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.avatar.AvatarSupplier
open
-
Constructor Details
-
AbstractAvatarSupplier
protected AbstractAvatarSupplier() -
AbstractAvatarSupplier
-
-
Method Details
-
getContentType
Description copied from interface:AvatarSupplier
The content type of the avatar, e.g., "image/png"- Specified by:
getContentType
in interfaceAvatarSupplier
- Returns:
- the string representing the content type
-