Annotation Interface ZosConsole


@Retention(RUNTIME) @Target(FIELD) public @interface ZosConsole
z/OS Console
See Also:
Annotation:
Description:
The @ZosConsole annotation requests the z/OS Manager to provide a z/OS Console instance associated with a z/OS image. The test can request multiple z/OS Console instances, with the default being associated with the primary z/OS image.
Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@ZosConsole(imageTag="A")
public IZosConsole zosConsoleA;
Extra:
The IZosConsole interface has two methods, IZosConsole.issueCommand(String) and IZosConsole.issueCommand(String, String) to issue a command to the z/OS console and returns a IZosConsoleCommand instance.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the zOS Image this variable is to be populated with
  • Element Details

    • imageTag

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