Uses of Interface
dev.galasa.framework.spi.streams.IStream
Packages that use IStream
-
Uses of IStream in dev.galasa.framework.api.common
Methods in dev.galasa.framework.api.common with parameters of type IStreamModifier and TypeMethodDescriptionITestCatalogFetcher.fetchTestCatalog(IStream stream) Fetches the test catalog for the given stream and returns it as a JSON string.TestCatalogFetcher.fetchTestCatalog(IStream stream) Fetches the test catalog for the given stream and returns it as a JSON string.voidITestCatalogFetcher.streamTestCatalog(IStream stream, OutputStream outputStream) Fetches the test catalog for the given stream and writes the raw JSON bytes directly tooutputStreamwithout buffering the full body in memory.voidTestCatalogFetcher.streamTestCatalog(IStream stream, OutputStream outputStream) Fetches the test catalog for the given stream and writes the raw JSON bytes directly tooutputStreamwithout buffering the full body in memory. -
Uses of IStream in dev.galasa.framework.spi.streams
Classes in dev.galasa.framework.spi.streams that implement IStreamMethods in dev.galasa.framework.spi.streams that return IStreamModifier and TypeMethodDescriptionIStreamsService.getStreamByName(String streamName) Returns a test stream stored in the Configuration Property Store (CPS) with a matching name.Methods in dev.galasa.framework.spi.streams that return types with arguments of type IStreamModifier and TypeMethodDescriptionIStreamsService.getStreams()Returns a list of all the test streams stored in the Configuration Property Store (CPS).Methods in dev.galasa.framework.spi.streams with parameters of type IStream