Uses of Enum Class
cloud.opencode.base.feature.lifecycle.FeatureLifecycle
Packages that use FeatureLifecycle
-
Uses of FeatureLifecycle in cloud.opencode.base.feature
Methods in cloud.opencode.base.feature that return FeatureLifecycleModifier and TypeMethodDescriptionFeature.lifecycle()Returns the value of thelifecyclerecord component.Methods in cloud.opencode.base.feature with parameters of type FeatureLifecycleModifier and TypeMethodDescriptionFeature.Builder.lifecycle(FeatureLifecycle lifecycle) Set lifecycle state 设置生命周期状态Feature.withLifecycle(FeatureLifecycle newLifecycle) Create a copy with updated lifecycle 创建具有更新生命周期的副本Constructors in cloud.opencode.base.feature with parameters of type FeatureLifecycleModifierConstructorDescriptionFeature(String key, String name, String description, boolean defaultEnabled, EnableStrategy strategy, Map<String, Object> metadata, String group, Instant expiresAt, FeatureLifecycle lifecycle, Instant createdAt, Instant updatedAt) Compact constructor with validation and defensive copy 带验证和防御性复制的紧凑构造函数 -
Uses of FeatureLifecycle in cloud.opencode.base.feature.lifecycle
Subclasses with type arguments of type FeatureLifecycle in cloud.opencode.base.feature.lifecycleMethods in cloud.opencode.base.feature.lifecycle that return FeatureLifecycleModifier and TypeMethodDescriptionstatic FeatureLifecycleReturns the enum constant of this class with the specified name.static FeatureLifecycle[]FeatureLifecycle.values()Returns an array containing the constants of this enum class, in the order they are declared.