public enum AtlassianModulePBC extends Enum<AtlassianModulePBC>
| Enum Constant and Description |
|---|
ENVIRONMENT |
JOB |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.bamboo.specs.api.builders.AtlassianModule |
module() |
String |
moduleKey() |
static AtlassianModulePBC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlassianModulePBC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlassianModulePBC ENVIRONMENT
public static final AtlassianModulePBC JOB
public static AtlassianModulePBC[] values()
for (AtlassianModulePBC c : AtlassianModulePBC.values()) System.out.println(c);
public static AtlassianModulePBC 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 com.atlassian.bamboo.specs.api.builders.AtlassianModule module()
public String moduleKey()
Copyright © 2022 Atlassian. All rights reserved.