Class EnvironmentAwareness
-
- All Implemented Interfaces:
-
dev.otbe.gitlab.ci.dsl.environment.EnvironmentAware
public final class EnvironmentAwareness implements EnvironmentAware
-
-
Constructor Summary
Constructors Constructor Description EnvironmentAwareness()
-
Method Summary
Modifier and Type Method Description Unitenvironment(Environment environment)Sets a new environment section. Unitenvironment(String name, Function1<EnvironmentBuilder, Unit> init)Configures a new environment section via its builder. -
-
Method Detail
-
environment
Unit environment(Environment environment)
Sets a new environment section. Can also be used to reset it when
nullis passed.
-
environment
Unit environment(String name, Function1<EnvironmentBuilder, Unit> init)
Configures a new environment section via its builder.
-
-
-
-