Uses of Class
com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
-
Packages that use InjectVariablesTask 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. -
-
Uses of InjectVariablesTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return InjectVariablesTask Modifier and Type Method Description InjectVariablesTaskInjectVariablesTask. namespace(@NotNull java.lang.String namespace)Specifies namespace to avoid name conflicts with existing variables.InjectVariablesTaskInjectVariablesTask. path(@NotNull java.lang.String path)Specifies path to properties file.InjectVariablesTaskInjectVariablesTask. scope(@NotNull InjectVariablesScope scope)Specifies scope of the created variables to result.InjectVariablesTaskInjectVariablesTask. scopeLocal()Specifies scope of the created variables to local.InjectVariablesTaskInjectVariablesTask. scopeResult()Specifies scope of the created variables to result.
-