@Generated public enum DbtPlatformRunStatus extends Enum<DbtPlatformRunStatus>
| Enum Constant and Description |
|---|
CANCELLED |
ERROR |
QUEUED |
RUNNING |
STARTING |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static DbtPlatformRunStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbtPlatformRunStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbtPlatformRunStatus CANCELLED
public static final DbtPlatformRunStatus ERROR
public static final DbtPlatformRunStatus QUEUED
public static final DbtPlatformRunStatus RUNNING
public static final DbtPlatformRunStatus STARTING
public static final DbtPlatformRunStatus SUCCESS
public static DbtPlatformRunStatus[] values()
for (DbtPlatformRunStatus c : DbtPlatformRunStatus.values()) System.out.println(c);
public static DbtPlatformRunStatus 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 © 2026. All rights reserved.