Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 | 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_services_repo.intf.abap class zif_abapgit_services_repo { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {}; } abap.Classes['ZIF_ABAPGIT_SERVICES_REPO'] = zif_abapgit_services_repo;zif_abapgit_services_repo.ty_repo_params = new abap.types.Structure({"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-NAME"}), "url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-URL"}), "package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS"}), "branch_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-BRANCH_NAME"}), "display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-DISPLAY_NAME"}), "folder_logic": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-FOLDER_LOGIC"}), "labels": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-LABELS"}), "ignore_subpackages": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}), "main_lang_only": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}), "abap_lang_vers": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_REPO=>TY_REPO_PARAMS-ABAP_LANG_VERS"})}, "zif_abapgit_services_repo=>ty_repo_params", undefined, {}, {}); export {zif_abapgit_services_repo}; //# sourceMappingURL=zif_abapgit_services_repo.intf.mjs.map |