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