Package dev.galasa.zosconsole
Interface IZosConsole
public interface IZosConsole
Provides the test code access to the zOS Console via the zOS Manager
-
Method Summary
Modifier and TypeMethodDescription@NotNull IZosConsoleCommand
issueCommand
(@NotNull String command) Issue a command to the zOS Console using the default named console@NotNull IZosConsoleCommand
issueCommand
(@NotNull String command, String consoleName) Issue a command to the zOS Console using a named console
-
Method Details
-
issueCommand
@NotNull @NotNull IZosConsoleCommand issueCommand(@NotNull @NotNull String command) throws ZosConsoleException Issue a command to the zOS Console using the default named console- Parameters:
command
- The console command- Returns:
IZosConsoleCommand
A representation of the console response- Throws:
ZosConsoleException
-
issueCommand
@NotNull @NotNull IZosConsoleCommand issueCommand(@NotNull @NotNull String command, String consoleName) throws ZosConsoleException Issue a command to the zOS Console using a named console- Parameters:
command
- The console commandconsoleName
- The name of the EMCS console that is used to issue the command- Returns:
IZosConsoleCommand
A representation of the console response- Throws:
ZosConsoleException
-