Package dev.galasa.zostsocommand
Annotation Interface ZosTSOCommand
z/OS TSO Command
- See Also:
- Annotation:
- Description:
- The
@ZosTSOCommand
annotation requests the z/OS Manager to provide a z/OS TSO Command instance associated with a z/OS image. The test can request multiple z/OS TSO Command instances, with the default being associated with the primary z/OS image. - Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@ZosTSOCommand(imageTag="A")
public IZosTSOCpmmand zosTSOA;
- Extra:
- The
IZosTSOCommand
interface provides the methodsIZosTSOCommand.issueCommand(String)
andIZosTSOCommand.issueCommand(String, long)
to issue a command to z/OS TSO Command and returns aString
.
-
Optional Element Summary
-
Element Details
-
imageTag
String imageTagThe tag of the zOS Image this variable is to be populated with- Default:
- "primary"
-