Uses of Class
com.atlassian.bamboo.specs.api.builders.pbc.Architecture
-
Packages that use Architecture Package Description com.atlassian.bamboo.specs.api.builders.pbc -
-
Uses of Architecture in com.atlassian.bamboo.specs.api.builders.pbc
Methods in com.atlassian.bamboo.specs.api.builders.pbc that return Architecture Modifier and Type Method Description static ArchitectureArchitecture. fromString(String text)static ArchitectureArchitecture. 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.Methods in com.atlassian.bamboo.specs.api.builders.pbc with parameters of type Architecture Modifier and Type Method Description PerBuildContainerForEnvironmentPerBuildContainerForEnvironment. architecture(Architecture architecture)Architecture the build should run on Optional.PerBuildContainerForJobPerBuildContainerForJob. architecture(Architecture architecture)Architecture the build should run on Optional.
-