| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| com.atlassian.bamboo.specs.api.model.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedCredentialsScope |
SharedCredentialsScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedCredentialsScope[] |
SharedCredentialsScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SharedCredentialsIdentifier |
SharedCredentialsIdentifier.scope(@NotNull SharedCredentialsScope scope)
Set scope for shared credentials.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SharedCredentialsScope |
SharedCredentialsIdentifierProperties.getScope() |
| Constructor and Description |
|---|
SharedCredentialsIdentifierProperties(@Nullable String name,
@Nullable BambooOidProperties oid,
@NotNull SharedCredentialsScope scope) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.