Package dev.galasa.zosbatch.spi
Interface IZosBatchSpi
public interface IZosBatchSpi
SPI interface to
IZosBatch
-
Method Summary
Modifier and TypeMethodDescription@NotNull IZosBatch
getZosBatch
(@NotNull IZosImage image) Returns a zOS Batch instance
-
Method Details
-
getZosBatch
Returns a zOS Batch instance- Parameters:
image
- zOS Image- Returns:
- an
IZosBatch
implementation instance
-