public static enum DockerBuildImageTaskProperties.DockerfileContent extends Enum<DockerBuildImageTaskProperties.DockerfileContent>
Enum Constant and Description |
---|
INLINE |
WORKING_DIR |
Modifier and Type | Method and Description |
---|---|
static DockerBuildImageTaskProperties.DockerfileContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerBuildImageTaskProperties.DockerfileContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DockerBuildImageTaskProperties.DockerfileContent WORKING_DIR
public static final DockerBuildImageTaskProperties.DockerfileContent INLINE
public static DockerBuildImageTaskProperties.DockerfileContent[] values()
for (DockerBuildImageTaskProperties.DockerfileContent c : DockerBuildImageTaskProperties.DockerfileContent.values()) System.out.println(c);
public static DockerBuildImageTaskProperties.DockerfileContent 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 nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.