@ui5/task-adaptation
Version:
Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment
12 lines (11 loc) • 466 B
TypeScript
import { IConfiguration } from "./../model/types.js";
export default class HTML5RepoManager {
static getBaseAppFiles(configuration: IConfiguration): Promise<Map<string, string>>;
static getMetadata(configuration: IConfiguration): Promise<any>;
private static getHtml5RepoInfo;
private static getHTML5Credentials;
private static getToken;
private static requestMetadata;
private static getBaseAppZipEntries;
private static download;
}