Uses of Class
com.databricks.sdk.service.jobs.RunLifeCycleState
-
Packages that use RunLifeCycleState Package Description com.databricks.sdk.service.jobs -
-
Uses of RunLifeCycleState in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return RunLifeCycleState Modifier and Type Method Description RunLifeCycleStateRunState. getLifeCycleState()static RunLifeCycleStateRunLifeCycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static RunLifeCycleState[]RunLifeCycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type RunLifeCycleState Modifier and Type Method Description RunStateRunState. setLifeCycleState(RunLifeCycleState lifeCycleState)
-