Uses of Interface
dev.galasa.cloud.spi.ICloudContainerPort
Packages that use ICloudContainerPort
-
Uses of ICloudContainerPort in dev.galasa.cloud.spi
Methods in dev.galasa.cloud.spi with parameters of type ICloudContainerPortModifier and TypeMethodDescriptionICloudContainerProvider.generateCloudContainer
(@NotNull String tag, @NotNull String platform, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments) Generate a new Cloud Container@NotNull ICloudContainer
ICloudManagerSpi.generateCloudContainer
(@NotNull String tag, @NotNull String provider, @NotNull String image, @NotNull ICloudContainerPort[] ports, Properties environmentProperties, String[] runArguments, boolean autoStart, int startOrder) Generate a new Cloud Container, normal called by an application Manager during provision generate, but can be called at anytime (exception shutdown)