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_git_transport.intf.abap class zif_abapgit_git_transport { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"BRANCHES": {"visibility": "U", "parameters": {"RO_BRANCH_LIST": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_GIT_BRANCH_LIST", RTTIName: "\\CLASS=ZCL_ABAPGIT_GIT_BRANCH_LIST"});}, "is_optional": " "}, "IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_GIT_TRANSPORT'] = zif_abapgit_git_transport; export {zif_abapgit_git_transport}; //# sourceMappingURL=zif_abapgit_git_transport.intf.mjs.map |