public static enum S3ArtifactHandlerConfigurator.AwsCredentialsSource extends Enum<S3ArtifactHandlerConfigurator.AwsCredentialsSource>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
boolean |
isValueEquals(Object value) |
static S3ArtifactHandlerConfigurator.AwsCredentialsSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3ArtifactHandlerConfigurator.AwsCredentialsSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3ArtifactHandlerConfigurator.AwsCredentialsSource EC2
public static final S3ArtifactHandlerConfigurator.AwsCredentialsSource CUSTOM
public static S3ArtifactHandlerConfigurator.AwsCredentialsSource[] values()
for (S3ArtifactHandlerConfigurator.AwsCredentialsSource c : S3ArtifactHandlerConfigurator.AwsCredentialsSource.values()) System.out.println(c);
public static S3ArtifactHandlerConfigurator.AwsCredentialsSource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isValueEquals(Object value)
public String getValue()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.