Class BuildStateUserType
- java.lang.Object
-
- com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<BuildState>
-
- com.atlassian.bamboo.resultsummary.BuildStateUserType
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
public class BuildStateUserType extends ConvertibleToStringUserType<BuildState>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildStateUserType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildState
fromString(@NotNull String stringValue)
-
Methods inherited from class com.atlassian.bamboo.persistence3.ConvertibleToStringUserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes, toString
-
-
-
-
Method Detail
-
fromString
public BuildState fromString(@NotNull @NotNull String stringValue)
- Specified by:
fromString
in classConvertibleToStringUserType<BuildState>
-
-