@broadcom/endevor-for-zowe-cli
Version:
Endevor Plug-in for Zowe CLI
9 lines (8 loc) • 680 B
TypeScript
import { Session } from "@zowe/imperative";
import { ElmSpecDictionary, IElementBasicData, IEndevorRestReports, IElementActionReport } from "../index";
export declare class ElementUtils {
static setElementSpec(args: ElmSpecDictionary): IElementBasicData;
static setElementRequestURI(instance: string, element: IElementBasicData): string;
static writeConsoleOutput(session: Session, instance: string, reportURIs: IEndevorRestReports, isWriteReport: boolean, logStack: string[], reportFileName?: string, reportDir?: string, suppressInfo?: boolean, appendToFile?: boolean): Promise<void>;
static parseElementC1MSGS2reports(C1MSGS2: string): IElementActionReport[];
}