Package dev.galasa.zosunixcommand
Annotation Interface ZosUNIXCommand
z/OS UNIX Command
- Annotation:
- Description:
- The
@ZosUNIXCommand
annotation 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
IZosUNIXCommand
interface provides the methodsIZosUNIXCommand.issueCommand(String)
andIZosUNIXCommand.issueCommand(String, long)
to issue a command to z/OS UNIX and returns aString
response.
SeeIZosUNIXCommand
to find out more.
-
Optional Element Summary
-
Element Details
-
imageTag
String imageTagThe tag of the zOS Image this variable is to be populated with- Default:
- "primary"
-