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 GrayReleaseFeatureReturns 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 TypeMethodDescriptionvoidGrayReleaseStrategy.adjustFeatureRollout(GrayReleaseFeature feature, ZonedDateTime start, ZonedDateTime end) 调整单个功能的灰度比例GrayReleaseStrategy.canStartRollout(GrayReleaseFeature feature) 检查是否可以启动灰度发布GrayReleaseMetricsService.getFeatureStatistics(GrayReleaseFeature feature, ZonedDateTime start, ZonedDateTime end) 获取功能的使用统计voidGrayReleaseService.initializeFeatureRollout(GrayReleaseFeature feature) 初始化功能的灰度发布voidGrayReleaseService.monitorFeature(GrayReleaseFeature feature) voidGrayReleaseMetricsService.recordFeatureUsage(String userUid, GrayReleaseFeature feature, boolean success) 记录功能使用情况