| Package | Description |
|---|---|
| com.atlassian.bamboo.utils | |
| com.atlassian.bamboo.utils.expirables |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull BambooTimeValue |
BambooTimeValue.of(long value,
@NotNull TimeUnit unit)
Deprecated.
|
| Modifier and Type | Method and 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 the
Duration variant instead |
static <T extends Closeable> |
ExpirableReferences.expirableWithClose(@NotNull Supplier<T> supplier,
@NotNull BambooTimeValue timeToIdle,
@NotNull ExpiryTicker expiryTicker)
Deprecated.
since 6.3 use the
Duration variant instead |
| Constructor and Description |
|---|
ExpiryHandlerImpl(@NotNull Expirable expiring,
@NotNull BambooTimeValue timeToIdle,
@NotNull ExpiryTicker expiryTicker)
Deprecated.
since 6.3 use the
Duration variant instead |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.