Class InjectVariablesTask


  • public class InjectVariablesTask
    extends com.atlassian.bamboo.specs.api.builders.task.Task<InjectVariablesTask,​InjectVariablesTaskProperties>
    Represents a task that injects Bamboo variables from a file in a simple "key=value" format. File is read on agent when the task is run.

    By default scope of extracted variables is set to InjectVariablesScope.LOCAL and the namespace is set to "inject".

    • Constructor Detail

      • InjectVariablesTask

        public InjectVariablesTask()