Package com.atlassian.bamboo.utils
Class BambooTimeValue
- java.lang.Object
-
- com.atlassian.bamboo.utils.BambooTimeValue
-
@Immutable @Deprecated public class BambooTimeValue extends Object
Deprecated.since 6.3 useDuration
insteadTo be replaced by java.time in JDK 8
-
-
Constructor Summary
Constructors Constructor Description BambooTimeValue(long value, @NotNull TimeUnit unit)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull TimeUnit
getUnit()
Deprecated.long
getValue()
Deprecated.static @NotNull BambooTimeValue
of(long value, @NotNull TimeUnit unit)
Deprecated.long
toMillis()
Deprecated.long
toNanos()
Deprecated.
-
-
-
Constructor Detail
-
BambooTimeValue
public BambooTimeValue(long value, @NotNull @NotNull TimeUnit unit)
Deprecated.
-
-
Method Detail
-
toMillis
public long toMillis()
Deprecated.
-
of
@NotNull public static @NotNull BambooTimeValue of(long value, @NotNull @NotNull TimeUnit unit)
Deprecated.
-
toNanos
public long toNanos()
Deprecated.
-
getValue
public long getValue()
Deprecated.
-
getUnit
@NotNull public @NotNull TimeUnit getUnit()
Deprecated.
-
-