Uses of Enum Class
com.winchesters.devopsify.enums.DockerFileType
Packages that use DockerFileType
Package
Description
-
Uses of DockerFileType in com.winchesters.devopsify.enums
Methods in com.winchesters.devopsify.enums that return DockerFileTypeModifier and TypeMethodDescriptionstatic DockerFileType
Returns the enum constant of this class with the specified name.static DockerFileType[]
DockerFileType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DockerFileType in com.winchesters.devopsify.service.technologies.docker.dockerfile
Methods in com.winchesters.devopsify.service.technologies.docker.dockerfile with parameters of type DockerFileTypeModifier and TypeMethodDescriptionprotected final File
DockerFile.getDockerfileTemplate
(DockerFileType dockerFileType)