Uses of Interface
dev.dokimos.core.gate.RegressionGateRunner.Environment
Packages that use RegressionGateRunner.Environment
-
Uses of RegressionGateRunner.Environment in dev.dokimos.core.gate
Methods in dev.dokimos.core.gate that return RegressionGateRunner.EnvironmentModifier and TypeMethodDescriptionRegressionGateRunner.systemEnvironment()Returns the production environment: CI fromCI/GITHUB_ACTIONS, the update flag fromGateConfig.updateBaselineRequested(), the verdict directory attarget/dokimos, and the log sink routed to this class's logger.Methods in dev.dokimos.core.gate with parameters of type RegressionGateRunner.EnvironmentModifier and TypeMethodDescriptionstatic GateVerdictRegressionGateRunner.run(ExperimentResult candidate, Path baseline, GateConfig config, RegressionGateRunner.Environment env) Runs the gate lifecycle for one candidate against one baseline path.