Uses of Class
com.atlassian.bamboo.build.artifact.S3ArtifactHandlerConfigurator.AwsCredentialsSource
-
Packages that use S3ArtifactHandlerConfigurator.AwsCredentialsSource Package Description com.atlassian.bamboo.build.artifact -
-
Uses of S3ArtifactHandlerConfigurator.AwsCredentialsSource in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact that return S3ArtifactHandlerConfigurator.AwsCredentialsSource Modifier and Type Method Description static S3ArtifactHandlerConfigurator.AwsCredentialsSource
S3ArtifactHandlerConfigurator.AwsCredentialsSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static S3ArtifactHandlerConfigurator.AwsCredentialsSource[]
S3ArtifactHandlerConfigurator.AwsCredentialsSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-