Uses of Class
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentialsScope
-
Packages that use SharedCredentialsScope 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. -
-
Uses of SharedCredentialsScope in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials that return SharedCredentialsScope Modifier and Type Method Description static SharedCredentialsScopeSharedCredentialsScope. valueOf(java.lang.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.Methods in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type SharedCredentialsScope Modifier and Type Method Description SharedCredentialsIdentifierSharedCredentialsIdentifier. 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 SharedCredentialsScope Modifier and Type Method Description @NotNull SharedCredentialsScopeSharedCredentialsIdentifierProperties. getScope()Constructors in com.atlassian.bamboo.specs.api.model.credentials with parameters of type SharedCredentialsScope Constructor Description SharedCredentialsIdentifierProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)
-