Package dev.galasa.framework.spi.streams
Class Stream
java.lang.Object
dev.galasa.framework.spi.streams.Stream
- All Implemented Interfaces:
IStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getObrs()
boolean
void
setDescription
(String description) void
setIsEnabled
(boolean isEnabled) void
setMavenRepositoryUrl
(String mavenRepositoryUrl) void
void
void
setObrsFromCommaSeparatedList
(String commaSeparatedObrs) void
setTestCatalogUrl
(String testCatalogUrl) void
validate()
-
Constructor Details
-
Stream
public Stream()
-
-
Method Details
-
getName
-
setName
- Throws:
StreamsException
-
getDescription
- Specified by:
getDescription
in interfaceIStream
-
setDescription
-
getMavenRepositoryUrl
- Specified by:
getMavenRepositoryUrl
in interfaceIStream
-
setMavenRepositoryUrl
- Throws:
StreamsException
-
getTestCatalogUrl
- Specified by:
getTestCatalogUrl
in interfaceIStream
-
setTestCatalogUrl
- Throws:
StreamsException
-
isEnabled
public boolean isEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
getObrs
-
setObrs
- Throws:
StreamsException
-
setObrsFromCommaSeparatedList
- Throws:
StreamsException
-
validate
- Specified by:
validate
in interfaceIStream
- Throws:
StreamsException
-