Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsScope
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.credentials that return SharedCredentialsScopeModifier and TypeMethodDescriptionstatic SharedCredentialsScopeReturns 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.Methods in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type SharedCredentialsScopeModifier and TypeMethodDescriptionSharedCredentialsIdentifier.scope(@NotNull SharedCredentialsScope scope) Set scope for shared credentials. -
Uses of SharedCredentialsScope in com.atlassian.bamboo.specs.api.model.credentials
Methods in com.atlassian.bamboo.specs.api.model.credentials that return SharedCredentialsScopeModifier and TypeMethodDescription@NotNull SharedCredentialsScopeSharedCredentialsIdentifierProperties.getScope()Constructors in com.atlassian.bamboo.specs.api.model.credentials with parameters of type SharedCredentialsScopeModifierConstructorDescriptionSharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)