Uses of Enum Class
com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties.DockerfileContent
Packages that use DockerBuildImageTaskProperties.DockerfileContent
Package
Description
Properties classes related to Docker CLI task.
-
Uses of DockerBuildImageTaskProperties.DockerfileContent in com.atlassian.bamboo.specs.model.task.docker
Methods in com.atlassian.bamboo.specs.model.task.docker that return DockerBuildImageTaskProperties.DockerfileContentModifier and TypeMethodDescriptionDockerBuildImageTaskProperties.getDockerfileContent()
Returns the enum constant of this class with the specified name.DockerBuildImageTaskProperties.DockerfileContent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type DockerBuildImageTaskProperties.DockerfileContentModifierConstructorDescriptionDockerBuildImageTaskProperties
(@Nullable String description, boolean enabled, @NotNull String imageName, @NotNull DockerBuildImageTaskProperties.DockerfileContent dockerfileContent, @Nullable String dockerfile, boolean useCache, boolean saveAsFile, @Nullable String imageFileName, @Nullable String additionalArguments, @Nullable String environmentVariables, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)