Uses of Class
com.atlassian.bamboo.cluster.tape.TapeSerializationContext
-
Packages that use TapeSerializationContext Package Description com.atlassian.bamboo.cluster.tape -
-
Uses of TapeSerializationContext in com.atlassian.bamboo.cluster.tape
Methods in com.atlassian.bamboo.cluster.tape that return TapeSerializationContext Modifier and Type Method Description static TapeSerializationContext
TapeSerializationContext. create()
static TapeSerializationContext
TapeSerializationContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static TapeSerializationContext[]
TapeSerializationContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-