Package dev.galasa.zosunixcommand
Annotation Interface ZosUNIXCommand
z/OS UNIX Command
- Annotation:
- Description:
- The
@ZosUNIXCommandannotation requests the z/OS Manager to provide a z/OS UNIX instance associated with a z/OS image. The test can request multiple z/OS UNIX Command instances, with the default being associated with the primary z/OS image. - Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@ZosUNIXCommand(imageTag="A")
public IZosUNIXCommand zosUNIXCommandA;
- Extra:
- The
IZosUNIXCommandinterface provides the methodsIZosUNIXCommand.issueCommand(String)andIZosUNIXCommand.issueCommand(String, long)to issue a command to z/OS UNIX and returns aStringresponse.
SeeIZosUNIXCommandto find out more.
-
Optional Element Summary
Optional Elements
-
Element Details
-
imageTag
String imageTagThe tag of the zOS Image this variable is to be populated with- Default:
- "primary"
-