Uses of Interface
com.atlassian.bamboo.util.InputSupplier
-
Packages that use InputSupplier Package Description com.atlassian.bamboo.avatar com.atlassian.bamboo.plugins.rest.common.avatar -
-
Uses of InputSupplier in com.atlassian.bamboo.avatar
Subinterfaces of InputSupplier in com.atlassian.bamboo.avatar Modifier and Type Interface Description interface
AvatarSupplier
interface
CacheableAvatarSupplier
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.bamboo.avatar that implement InputSupplier Modifier and Type Class Description class
AbstractAvatarSupplier
class
DelegatingCacheableAvatarSupplier
AnCacheableAvatarSupplier
implementation which delegates to anAvatarSupplier
, storing the avatar'smodification timestamp
separately.class
ResourceAvatarSupplier
AnAvatarSupplier
implementation which supplies an avatar from a classpath resource. -
Uses of InputSupplier in com.atlassian.bamboo.plugins.rest.common.avatar
Classes in com.atlassian.bamboo.plugins.rest.common.avatar that implement InputSupplier Modifier and Type Class Description class
FilePartAvatarSupplier
-