Uses of Enum Class
com.atlassian.bamboo.specs.model.task.InjectVariablesScope
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Tasks you can execute in a job.
-
Uses of InjectVariablesScope in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionInjectVariablesTask.scope
(@NotNull InjectVariablesScope scope) Specifies scope of the created variables to result. -
Uses of InjectVariablesScope in com.atlassian.bamboo.specs.model.task
Modifier and TypeMethodDescription@NotNull InjectVariablesScope
InjectVariablesTaskProperties.getScope()
static InjectVariablesScope
Returns the enum constant of this class with the specified name.static InjectVariablesScope[]
InjectVariablesScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInjectVariablesTaskProperties
(@Nullable String description, boolean enabled, @NotNull String path, @NotNull String namespace, @NotNull InjectVariablesScope scope, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)