Uses of Class
dev.galasa.framework.spi.streams.StreamsException
Packages that use StreamsException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of StreamsException in dev.galasa.framework
Methods in dev.galasa.framework that throw StreamsException -
Uses of StreamsException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw StreamsException -
Uses of StreamsException in dev.galasa.framework.spi.streams
Methods in dev.galasa.framework.spi.streams that throw StreamsExceptionModifier and TypeMethodDescriptionvoid
IStreamsService.deleteStream
(String streamName) Deletes a test stream stored in the Configuration Property Store (CPS) with a matching name.IStreamsService.getStreamByName
(String streamName) Returns a test stream stored in the Configuration Property Store (CPS) with a matching name.IStreamsService.getStreams()
Returns a list of all the test streams stored in the Configuration Property Store (CPS).void
Stream.setMavenRepositoryUrl
(String mavenRepositoryUrl) void
void
void
Stream.setObrsFromCommaSeparatedList
(String commaSeparatedObrs) void
Creates or updates a test stream stored in the Configuration Property Store (CPS).void
Stream.setTestCatalogUrl
(String testCatalogUrl) void
IStream.validate()
void
Stream.validate()
Constructors in dev.galasa.framework.spi.streams that throw StreamsException