Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsScope
Package
Description
Shared credentials for authenticating repositories or AWS access.
Shared credentials for authenticating repositories or AWS access.
-
Uses of SharedCredentialsScope in com.atlassian.bamboo.specs.api.builders.credentials
Modifier and TypeMethodDescriptionstatic SharedCredentialsScope
Returns the enum constant of this class with the specified name.static SharedCredentialsScope[]
SharedCredentialsScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSharedCredentialsIdentifier.scope
(@NotNull SharedCredentialsScope scope) Set scope for shared credentials. -
Uses of SharedCredentialsScope in com.atlassian.bamboo.specs.api.model.credentials
Modifier and TypeMethodDescription@NotNull SharedCredentialsScope
SharedCredentialsIdentifierProperties.getScope()
ModifierConstructorDescriptionSharedCredentialsIdentifierProperties
(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)