Interface SourceProvider
-
- All Known Implementing Classes:
JenkinsSourceProvider
public interface SourceProvider
A provider of environment-specificEiffelEvent.Meta.Source
data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
populateSource(EiffelEvent.Meta.Source source)
Populates aEiffelEvent.Meta.Source
object with information about the source of the event.
-
-
-
Method Detail
-
populateSource
void populateSource(EiffelEvent.Meta.Source source)
Populates aEiffelEvent.Meta.Source
object with information about the source of the event.
-
-