public class EnvInjectPluginHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEnvInjectActivated(Run<?,?> run)
Check if EnvInject is activated for the Run.
|
static boolean |
isEnvInjectPluginInstalled()
Check if the EnvInject plugin is installed
|
public static boolean isEnvInjectActivated(@Nonnull Run<?,?> run)
EnvInjectAction is defined, actually this action may be contributed by other plugins.run - Runtrue if the run has EnvInjectActionpublic static boolean isEnvInjectPluginInstalled()
true If the plugin is installed. It may be not activated.Copyright © 2016–2019. All rights reserved.