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