Uses of Class
dev.galasa.galasaecosystem.GalasaEcosystemManagerException
Packages that use GalasaEcosystemManagerException
- 
Uses of GalasaEcosystemManagerException in dev.galasa.galasaecosystem
Methods in dev.galasa.galasaecosystem that throw GalasaEcosystemManagerExceptionModifier and TypeMethodDescriptionvoidIGenericEcosystem.addZosImageToCps(@NotNull IZosImage image) voidIGenericEcosystem.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 ObjectIGenericEcosystem.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.JsonObjectIKubernetesEcosystem.getSubmittedRuns(String groupName) voidIGenericEcosystem.setCpsProperty(@NotNull String property, String value) Set a CPS propertyvoidIGenericEcosystem.setCredsProperty(@NotNull String property, String value) Set a CREDS propertyvoidIGenericEcosystem.setDssProperty(@NotNull String property, String value) Set a DSS propertyvoidIGenericEcosystem.setZosClusterImages(@NotNull String cluserId, @NotNull IZosImage... images) voidIGenericEcosystem.setZosImageDseTag(@NotNull String tag, @NotNull IZosImage image) voidILocalEcosystem.startSimPlatform()voidILocalEcosystem.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.JsonObjectIKubernetesEcosystem.waitForGroupNames(String groupName, long timeout) com.google.gson.JsonObjectIGenericEcosystem.waitForRun(String run) com.google.gson.JsonObjectIGenericEcosystem.waitForRun(String run, int minutes)