Uses of Enum Class
com.bytedesk.core.gray_release.GrayReleaseFeature
Packages that use GrayReleaseFeature
-
Uses of GrayReleaseFeature in com.bytedesk.core.gray_release
Methods in com.bytedesk.core.gray_release that return GrayReleaseFeatureModifier and TypeMethodDescriptionstatic GrayReleaseFeature
根据功能代码获取功能枚举static GrayReleaseFeature
Returns the enum constant of this class with the specified name.static GrayReleaseFeature[]
GrayReleaseFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.core.gray_release that return types with arguments of type GrayReleaseFeatureMethods in com.bytedesk.core.gray_release with parameters of type GrayReleaseFeatureModifier and TypeMethodDescriptionprivate void
GrayReleaseStrategy.adjustFeatureRollout
(GrayReleaseFeature feature, LocalDateTime start, LocalDateTime end) 调整单个功能的灰度比例boolean
GrayReleaseStrategy.canStartRollout
(GrayReleaseFeature feature) 检查是否可以启动灰度发布GrayReleaseMetricsService.getFeatureStatistics
(GrayReleaseFeature feature, LocalDateTime start, LocalDateTime end) 获取功能的使用统计void
GrayReleaseService.initializeFeatureRollout
(GrayReleaseFeature feature) 初始化功能的灰度发布void
GrayReleaseService.monitorFeature
(GrayReleaseFeature feature) void
GrayReleaseMetricsService.recordFeatureUsage
(String userUid, GrayReleaseFeature feature, boolean success) 记录功能使用情况