Uses of Enum Class
com.qtsurfer.api.client.model.LiveRun.StageEnum
Packages that use LiveRun.StageEnum
-
Uses of LiveRun.StageEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveRun.StageEnumModifier and TypeMethodDescriptionstatic LiveRun.StageEnumLiveRun.getStage()A new run always starts `SANDBOX` — a trial run compared against a second execution for agreement — and moves to `LIVE` once it passes.static LiveRun.StageEnumReturns the enum constant of this class with the specified name.static LiveRun.StageEnum[]LiveRun.StageEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type LiveRun.StageEnumModifier and TypeMethodDescriptionvoidLiveRun.setStage(LiveRun.StageEnum stage) LiveRun.stage(LiveRun.StageEnum stage)