Annotation Interface Zos3270Terminal


@Retention(RUNTIME) @Target(FIELD) public @interface Zos3270Terminal
Represents a zOS 3270 terminal that has been provisioned for the test

Used to populate a ITerminal field

Author:
Michael Baylis
  • Element Details

    • imageTag

      String imageTag
      The tag of the zOS Image for terminal this variable is to be populated with
      Default:
      "primary"
    • autoConnect

      boolean autoConnect
      Allow user to choose if the terminal autoconnects in provision start stage
      Default:
      true
    • primaryColumns

      int primaryColumns
      Default:
      80
    • primaryRows

      int primaryRows
      Default:
      24
    • alternateColumns

      int alternateColumns
      Default:
      0
    • alternateRows

      int alternateRows
      Default:
      0