Package dev.galasa.zosbatch
Annotation Interface ZosBatchJobname
z/OS Batch Jobname
- Annotation:
- Description:
- The
@ZosBatchJobname
annotation requests the z/OS Manager to provide aIZosBatchJobname
field that is guaranteed to be unique which can be used for running Jobs or STCs on a zOS Image. The Test can provision many jobnames as are needed for the test - Examples:
@ZosBatchJobname(imageTag="A")
public IZosBatchJobname jobName;
-
Optional Element Summary
-
Element Details
-
imageTag
String imageTagThe tag of the zOS Image this variable is to be populated with- Default:
- "primary"
-