Uses of Class
com.atlassian.bamboo.specs.model.task.InjectVariablesScope
-
Packages that use InjectVariablesScope Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job. -
-
Uses of InjectVariablesScope in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type InjectVariablesScope Modifier and Type Method Description InjectVariablesTaskInjectVariablesTask. scope(@NotNull InjectVariablesScope scope)Specifies scope of the created variables to result. -
Uses of InjectVariablesScope in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return InjectVariablesScope Modifier and Type Method Description @NotNull InjectVariablesScopeInjectVariablesTaskProperties. getScope()static InjectVariablesScopeInjectVariablesScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InjectVariablesScope[]InjectVariablesScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type InjectVariablesScope Constructor Description InjectVariablesTaskProperties(@Nullable java.lang.String description, boolean enabled, @NotNull java.lang.String path, @NotNull java.lang.String namespace, @NotNull InjectVariablesScope scope, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-