+
+ /**
+ * Provides a way to filter out non-relevant environments
+ *
+ * @return the set of a tags that interpreter should run on, if an environment doesn't contain one of them, it won't be
+ * used to run this test task.
+ * null in case filtering shouldn't be used
+ */
+ @Nullable
+ public Set<String> getTagsToCover() {
+ return null;
+ }