Uses of Class
com.atlassian.bamboo.utils.BambooTimeValue
-
Packages that use BambooTimeValue Package Description com.atlassian.bamboo.utils com.atlassian.bamboo.utils.expirables -
-
Uses of BambooTimeValue in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return BambooTimeValue Modifier and Type Method Description static @NotNull BambooTimeValue
BambooTimeValue. of(long value, @NotNull TimeUnit unit)
Deprecated. -
Uses of BambooTimeValue in com.atlassian.bamboo.utils.expirables
Methods in com.atlassian.bamboo.utils.expirables with parameters of type BambooTimeValue Modifier and Type Method Description static <T> com.atlassian.util.concurrent.ResettableLazyReference<T>
ExpirableReferences. expirable(@NotNull Supplier<T> supplier, @NotNull BambooTimeValue timeToIdle, @NotNull ExpiryTicker expiryTicker)
Deprecated.since 6.3 use theDuration
variant insteadstatic <T extends Closeable>
com.atlassian.util.concurrent.ResettableLazyReference<T>ExpirableReferences. expirableWithClose(@NotNull Supplier<T> supplier, @NotNull BambooTimeValue timeToIdle, @NotNull ExpiryTicker expiryTicker)
Deprecated.since 6.3 use theDuration
variant insteadConstructors in com.atlassian.bamboo.utils.expirables with parameters of type BambooTimeValue Constructor Description ExpiryHandlerImpl(@NotNull Expirable expiring, @NotNull BambooTimeValue timeToIdle, @NotNull ExpiryTicker expiryTicker)
Deprecated.since 6.3 use theDuration
variant instead
-