Class DockerBuildImageTaskProperties

    • Constructor Detail

      • DockerBuildImageTaskProperties

        protected DockerBuildImageTaskProperties()
      • DockerBuildImageTaskProperties

        public DockerBuildImageTaskProperties​(@Nullable
                                              @Nullable java.lang.String description,
                                              boolean enabled,
                                              @NotNull
                                              @NotNull java.lang.String imageName,
                                              @NotNull
                                              @NotNull DockerBuildImageTaskProperties.DockerfileContent dockerfileContent,
                                              @Nullable
                                              @Nullable java.lang.String dockerfile,
                                              boolean useCache,
                                              boolean saveAsFile,
                                              @Nullable
                                              @Nullable java.lang.String imageFileName,
                                              @Nullable
                                              @Nullable java.lang.String additionalArguments,
                                              @Nullable
                                              @Nullable java.lang.String environmentVariables,
                                              @Nullable
                                              @Nullable java.lang.String workingSubdirectory,
                                              @NotNull
                                              @NotNull java.util.List<RequirementProperties> requirements,
                                              @NotNull
                                              @NotNull java.util.List<? extends ConditionProperties> conditions)
                                       throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • getImageName

        @NotNull
        public @NotNull java.lang.String getImageName()
      • getDockerfile

        @Nullable
        public @Nullable java.lang.String getDockerfile()
      • isUseCache

        public boolean isUseCache()
      • isSaveAsFile

        public boolean isSaveAsFile()
      • getImageFilename

        @Nullable
        public @Nullable java.lang.String getImageFilename()
      • getAdditionalArguments

        @Nullable
        public @Nullable java.lang.String getAdditionalArguments()