UNPKG

@broadcom/mat-detect-for-zowe-cli

Version:

MAT Detect plug-in for Zowe CLI

34 lines (33 loc) 1.09 kB
import { ICommandOptionDefinition } from "@zowe/imperative"; /** * Utility Methods for the CLI * @export */ export declare class PMASession { static PMA_CONNECTION_OPTION_GROUP: string; /** * Option used in profile creation and commands for port for PMA */ static PMA_JOB_ACCT: ICommandOptionDefinition; /** * Option used in profile creation and commands for hostname for PMA */ static PMA_JOB_CLASS: ICommandOptionDefinition; /** * Option used in profile creation and commands for hostname for PMA */ static PMA_JOB_MCLASS: ICommandOptionDefinition; /** * Option used in profile creation and commands for username for PMA */ static PMA_JOB_LOAD: ICommandOptionDefinition; /** * Option used in profile creation and commands for password for PMA */ static PMA_JOB_PMAHLQ: ICommandOptionDefinition; /** * Options related to connecting to PMA * These options can be filled in if the user creates a profile */ static PMA_CONNECTION_OPTIONS: ICommandOptionDefinition[]; }