Package dev.galasa.zostsocommand
Interface IZosTSOCommand
public interface IZosTSOCommand
Provides the test code access to zOS TSO Commands via the zOS Manager
-
Method Summary
Modifier and TypeMethodDescriptionissueCommand
(@NotNull String command) Issue a zOS TSO commandissueCommand
(@NotNull String command, long timeout) Issue a zOS TSO command
-
Method Details
-
issueCommand
Issue a zOS TSO command- Parameters:
command
- The TSO command- Returns:
- the TSO command response
- Throws:
ZosTSOCommandException
-
issueCommand
Issue a zOS TSO command- Parameters:
command
- The TSO commandtimeout
- time (in milliseconds) to wait with no new output appearing before timing out- Returns:
- the TSO command response
- Throws:
ZosTSOCommandException
-