Uses of Class
com.atlassian.bamboo.specs.api.builders.pbc.ContainerSize
-
Packages that use ContainerSize Package Description com.atlassian.bamboo.specs.api.builders.pbc -
-
Uses of ContainerSize in com.atlassian.bamboo.specs.api.builders.pbc
Methods in com.atlassian.bamboo.specs.api.builders.pbc that return ContainerSize Modifier and Type Method Description static ContainerSizeContainerSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContainerSize[]ContainerSize. 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 ContainerSize Modifier and Type Method Description PerBuildContainerForEnvironmentPerBuildContainerForEnvironment. size(ContainerSize size)Symbolic name for size of the container.PerBuildContainerForJobPerBuildContainerForJob. size(ContainerSize size)Symbolic name for size of the container.
-