Uses of Interface
dev.galasa.cloud.ICloudContainer
Packages that use ICloudContainer
- 
Uses of ICloudContainer in dev.galasa.cloud.spi
Methods in dev.galasa.cloud.spi that return ICloudContainerModifier 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 ICloudContainerICloudManagerSpi.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)@NotNull ICloudContainerICloudManagerSpi.getCloudContainerByTag(@NotNull String tag) Retrieve the cloud container by tag