Uses of Class
dev.galasa.cloud.CloudManagerException
-
Uses of CloudManagerException in dev.galasa.cloud
Modifier and TypeMethodDescriptionICloudContainer.getContainerExposedPort
(int portNumber) Retrieve the port number for an exposed portICloudContainer.getContainerExposedPort
(String portName) Retrieve the port number for an exposed portICloudContainer.getLog()
Retrieve the stdout/stderr log of the containerICloudContainer.retrieveFileAsString
(String path) Retrieve the contents of a file within the containervoid
ICloudContainer.start()
Start of the container, depending on the provider, this may result in the container being defined and startedvoid
ICloudContainer.stop()
Stop the container, depending on the provider, this may result in the container being deleted. -
Uses of CloudManagerException in dev.galasa.cloud.spi
Modifier and TypeMethodDescription@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)@NotNull ICloudContainer
ICloudManagerSpi.getCloudContainerByTag
(@NotNull String tag) Retrieve the cloud container by tag