Uses of Interface
dev.galasa.zosbatch.IZosBatchJobname
Packages that use IZosBatchJobname
-
Uses of IZosBatchJobname in dev.galasa.zos.spi
Methods in dev.galasa.zos.spi that return IZosBatchJobnameModifier and TypeMethodDescriptionIZosManagerSpi.newZosBatchJobname
(IZosImage image) Provides other managers aIZosBatchJobname
with a prefix defined by the zOS Batchzosbatch.jobname.[imageid].prefix
propertyIZosManagerSpi.newZosBatchJobname
(String name) Provides other managers aIZosBatchJobname
with a the supplied name -
Uses of IZosBatchJobname in dev.galasa.zosbatch
Methods in dev.galasa.zosbatch that return IZosBatchJobnameModifier and TypeMethodDescriptionIZosBatchJob.getJobname()
TheIZosBatchJobname
associated with this jobMethods in dev.galasa.zosbatch with parameters of type IZosBatchJobnameModifier and TypeMethodDescription@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname) Submit a job.@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname, ZosBatchJobcard jobCard) Submit a job.