Annotation Interface ZosImage


@Retention(RUNTIME) @Target(FIELD) public @interface ZosImage
Represents a zOS Image that has been provisioned for the test

Used to populate a IZosImage field

Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Capabilities required of this zOS Image, if any.
    The tag of the zOS Image this variable is to be populated with
    Set a variable prefix to be filled in for this zOS Image TODO: ****** TO BE SPECED OUT FURTHER *****
  • Element Details

    • imageTag

      String imageTag
      The tag of the zOS Image this variable is to be populated with
      Default:
      "PRIMARY"
    • capabilities

      String[] capabilities
      Capabilities required of this zOS Image, if any.
      Default:
      {}
    • variablePrefix

      String variablePrefix
      Set a variable prefix to be filled in for this zOS Image TODO: ****** TO BE SPECED OUT FURTHER *****
      Default:
      ""