Enum Class DockerVariables

java.lang.Object
java.lang.Enum<DockerVariables>
io.github.devsecops.engine.domain.docker.model.DockerVariables
All Implemented Interfaces:
PropertyVariables, Serializable, Comparable<DockerVariables>, Constable

public enum DockerVariables extends Enum<DockerVariables> implements PropertyVariables
  • Enum Constant Details

    • DOCKER_GPG_PASSPHRASE

      public static final DockerVariables DOCKER_GPG_PASSPHRASE
    • DOCKER_SERVICE_PORT

      public static final DockerVariables DOCKER_SERVICE_PORT
    • DOCKER_HUB_PASSWORD

      public static final DockerVariables DOCKER_HUB_PASSWORD
    • DOCKER_IMAGE_BASE_URL

      public static final DockerVariables DOCKER_IMAGE_BASE_URL
    • DOCKER_IMAGE_FULL_URL

      public static final DockerVariables DOCKER_IMAGE_FULL_URL
  • Method Details

    • values

      public static DockerVariables[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DockerVariables valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null