@Internal public class EnvironmentServiceHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
applyConsumerToAllEnvironmentsNoUserContext(@NotNull EnvironmentService environmentService,
@NotNull Consumer<? super Environment> consumer)
Deprecated.
since 9.3 due to poor performance, use
applyConsumerToAllInternalEnvironmentsNoUserContext(EnvironmentService, Consumer) instead |
static void |
applyConsumerToAllInternalEnvironmentsNoUserContext(@NotNull EnvironmentService environmentService,
@NotNull Consumer<? super InternalEnvironment> consumer)
Applies a consumer to all environments in the system.
|
@Deprecated public static void applyConsumerToAllEnvironmentsNoUserContext(@NotNull @NotNull EnvironmentService environmentService, @NotNull @NotNull Consumer<? super Environment> consumer)
applyConsumerToAllInternalEnvironmentsNoUserContext(EnvironmentService, Consumer) insteadpublic static void applyConsumerToAllInternalEnvironmentsNoUserContext(@NotNull
@NotNull EnvironmentService environmentService,
@NotNull
@NotNull Consumer<? super InternalEnvironment> consumer)
InternalEnvironment interface
and not a specific implementation.Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.