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(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 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)
-