UNPKG

zowe-cli-cics-deploy-plugin

Version:

IBM CICS Bundle generation and deployment for Zowe CLI

18 lines (17 loc) 494 B
import { IHandlerParameters, IProfile } from "@zowe/imperative"; /** * Class to implement SSH configuration. * * @export * @class SshConfig */ export declare class SshConfig { /** * Merge command line overrides together with the optional sshProfile into a * composite whole */ static mergeProfile(sshProfile: IProfile, params: IHandlerParameters): void; private static DEFAULT_SSH_PORT; private static validateRequired; private static checkValueFound; }