public static enum BuildPipelineNode.NodeType extends Enum<BuildPipelineNode.NodeType>
Modifier and Type | Method and Description |
---|---|
String |
getBuildLevel() |
String |
getTagName() |
static BuildPipelineNode.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildPipelineNode.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildPipelineNode.NodeType PIPELINE
public static final BuildPipelineNode.NodeType STAGE
public static final BuildPipelineNode.NodeType STEP
public static BuildPipelineNode.NodeType[] values()
for (BuildPipelineNode.NodeType c : BuildPipelineNode.NodeType.values()) System.out.println(c);
public static BuildPipelineNode.NodeType 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 nullpublic String getTagName()
public String getBuildLevel()
Copyright © 2016–2023. All rights reserved.