public static enum TektonUtils.TektonResourceType extends Enum<TektonUtils.TektonResourceType>
| Enum Constant and Description |
|---|
pipeline |
pipelineresource |
pipelinerun |
task |
taskrun |
| Modifier and Type | Method and Description |
|---|---|
static TektonUtils.TektonResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TektonUtils.TektonResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TektonUtils.TektonResourceType task
public static final TektonUtils.TektonResourceType taskrun
public static final TektonUtils.TektonResourceType pipeline
public static final TektonUtils.TektonResourceType pipelinerun
public static final TektonUtils.TektonResourceType pipelineresource
public static TektonUtils.TektonResourceType[] values()
for (TektonUtils.TektonResourceType c : TektonUtils.TektonResourceType.values()) System.out.println(c);
public static TektonUtils.TektonResourceType 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 © 2016–2020. All rights reserved.