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

com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsScope Maven / Gradle / Ivy

package com.atlassian.bamboo.specs.api.builders.credentials;

public enum SharedCredentialsScope {
    /**
     * Global shared credentials.
     */
    GLOBAL,
    /**
     * Project shared credentials; Shared credentials which have been defined in Project. Applicable for Bamboo DC only.
     */
    PROJECT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy