| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.pbc |
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
Architecture.fromString(String text) |
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PerBuildContainerForEnvironment |
PerBuildContainerForEnvironment.architecture(Architecture architecture)
Architecture the build should run on
Optional.
|
PerBuildContainerForJob |
PerBuildContainerForJob.architecture(Architecture architecture)
Architecture the build should run on
Optional.
|
Copyright © 2022 Atlassian. All rights reserved.