Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties.DockerfileContent
-
Packages that use DockerBuildImageTaskProperties.DockerfileContent Package Description com.atlassian.bamboo.specs.model.task.docker 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.DockerfileContent Modifier and Type Method Description @NotNull DockerBuildImageTaskProperties.DockerfileContentDockerBuildImageTaskProperties. getDockerfileContent()static DockerBuildImageTaskProperties.DockerfileContentDockerBuildImageTaskProperties.DockerfileContent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DockerBuildImageTaskProperties.DockerfileContent[]DockerBuildImageTaskProperties.DockerfileContent. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type DockerBuildImageTaskProperties.DockerfileContent Constructor Description DockerBuildImageTaskProperties(@Nullable java.lang.String description, boolean enabled, @NotNull java.lang.String imageName, @NotNull DockerBuildImageTaskProperties.DockerfileContent dockerfileContent, @Nullable java.lang.String dockerfile, boolean useCache, boolean saveAsFile, @Nullable java.lang.String imageFileName, @Nullable java.lang.String additionalArguments, @Nullable java.lang.String environmentVariables, @Nullable java.lang.String workingSubdirectory, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-