@Generated public enum DbtCloudRunStatus extends Enum<DbtCloudRunStatus>
| Enum Constant and Description |
|---|
CANCELLED |
ERROR |
QUEUED |
RUNNING |
STARTING |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static DbtCloudRunStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbtCloudRunStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbtCloudRunStatus CANCELLED
public static final DbtCloudRunStatus ERROR
public static final DbtCloudRunStatus QUEUED
public static final DbtCloudRunStatus RUNNING
public static final DbtCloudRunStatus STARTING
public static final DbtCloudRunStatus SUCCESS
public static DbtCloudRunStatus[] values()
for (DbtCloudRunStatus c : DbtCloudRunStatus.values()) System.out.println(c);
public static DbtCloudRunStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.