Annotation Interface Rseapi


@Retention(RUNTIME) @Target(FIELD) public @interface Rseapi
RSE API
See Also:
Annotation:
Description:
The @Rseapi annotation requests the RSE API Manager to provide a RSE API server instance associated with a z/OS image. The test can request multiple RSE API instances, with the default being associated with the primary zOS image.
Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@Rseapi(imageTag="A")
public IRseapi rseapiA;
Extra:
The IRseapi interface has a number of methods to issue requests to the RSE API REST API.
  • 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
      Returns:
      The tag name of the image
      Default:
      "PRIMARY"