Class ClusterInfoData
- java.lang.Object
-
- com.atlassian.bamboo.cluster.state.ClusterInfoData
-
- All Implemented Interfaces:
Serializable
@Internal public class ClusterInfoData extends Object implements Serializable
Cluster info data transfer object.- Since:
- 9.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterInfoData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Nullable ClusterLifecycleState
getLifecycle()
int
hashCode()
void
setLifecycle(@NotNull ClusterLifecycleState lifecycle)
-
-
-
Method Detail
-
getLifecycle
@Nullable public @Nullable ClusterLifecycleState getLifecycle()
-
setLifecycle
public void setLifecycle(@NotNull @NotNull ClusterLifecycleState lifecycle)
-
-