All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.bamboo.specs.model.task.InjectVariablesScope Maven / Gradle / Ivy

There is a newer version: 10.1.0
Show newest version
package com.atlassian.bamboo.specs.model.task;

/**
 * Possible scope of variables.
 *
 * @see com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
 */
public enum InjectVariablesScope {
    LOCAL,
    RESULT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy