Uses of Class
dev.galasa.galasaecosystem.GalasaEcosystemManagerException
-
Uses of GalasaEcosystemManagerException in dev.galasa.galasaecosystem
Modifier and TypeMethodDescriptionvoid
IGenericEcosystem.addZosImageToCps
(@NotNull IZosImage image) void
IGenericEcosystem.addZosImageToCpsAsDefault
(@NotNull IZosImage image) ILocalEcosystem.getCommandShell()
IGenericEcosystem.getCpsProperty
(@NotNull String property) Retrieve a CPS propertyIGenericEcosystem.getCredsProperty
(@NotNull String property) Retrieve a CREDS propertyIGenericEcosystem.getDssProperty
(@NotNull String property) Retrieve a DSS property@NotNull Object
IGenericEcosystem.getEndpoint
(@NotNull EcosystemEndpoint endpoint) IGenericEcosystem.getHostCpsProperty
(@NotNull String namespace, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a CPS property from the host ecosystemcom.google.gson.JsonObject
IKubernetesEcosystem.getSubmittedRuns
(String groupName) void
IGenericEcosystem.setCpsProperty
(@NotNull String property, String value) Set a CPS propertyvoid
IGenericEcosystem.setCredsProperty
(@NotNull String property, String value) Set a CREDS propertyvoid
IGenericEcosystem.setDssProperty
(@NotNull String property, String value) Set a DSS propertyvoid
IGenericEcosystem.setZosClusterImages
(@NotNull String cluserId, @NotNull IZosImage... images) void
IGenericEcosystem.setZosImageDseTag
(@NotNull String tag, @NotNull IZosImage image) void
ILocalEcosystem.startSimPlatform()
void
ILocalEcosystem.stopSimPlatform()
IGenericEcosystem.submitRun
(String runType, String requestor, String groupName, @NotNull String bundleName, @NotNull String testName, String mavenRepository, String obr, String stream, Properties overrides) com.google.gson.JsonObject
IKubernetesEcosystem.waitForGroupNames
(String groupName, long timeout) com.google.gson.JsonObject
IGenericEcosystem.waitForRun
(String run) com.google.gson.JsonObject
IGenericEcosystem.waitForRun
(String run, int minutes)