Annotation Type DockerUrl


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface DockerUrl
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Sets the cube name where you want to get the exposed port.
    int
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • containerName

      String containerName
      Sets the cube name where you want to get the exposed port. Only useful in case of not using Container Object pattern.
      Returns:
      Cube Name
    • exposedPort

      int exposedPort
    • protocol

      String protocol
      Default:
      "http"
    • context

      String context
      Default:
      "/"