-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.environment.EnvironmentInfoProvider
public class EnvironmentInfoProvider.Default implements EnvironmentInfoProvider
-
-
Field Summary
Fields Modifier and Type Field Description private final StringexecutionIdpublic final static EnvironmentInfoProvider.DefaultINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetExecutionId()Current test execution id, relevant in CI environment in order to have separate environments for separate test suite runs (even against the same VCS tag) -
-
Method Detail
-
getExecutionId
String getExecutionId()
Current test execution id, relevant in CI environment in order to have separate environments for separate test suite runs (even against the same VCS tag)
-
-
-
-