All files / output zif_abapgit_apack_definitions.intf.mjs

100% Statements 114/114
100% Branches 0/0
100% Functions 0/0
100% Lines 114/114

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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 1141x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_apack_definitions.intf.abap
class zif_abapgit_apack_definitions {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {"C_DOT_APACK_MANIFEST": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "C_REPOSITORY_TYPE_ABAPGIT": {"type": () => {return new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "C_APACK_INTERFACE_SAP": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "C_APACK_INTERFACE_CUST": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "C_APACK_INTERFACE_NSPC": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {};
}
abap.Classes['ZIF_ABAPGIT_APACK_DEFINITIONS'] = zif_abapgit_apack_definitions;
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_dot_apack_manifest = new abap.types.String({qualifiedName: "STRING"});
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_dot_apack_manifest.set('.apack-manifest.xml');
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_repository_type_abapgit = new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"});
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_repository_type_abapgit.set('abapGit');
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_sap = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_sap.set('IF_APACK_MANIFEST');
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_cust = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_cust.set('ZIF_APACK_MANIFEST');
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_nspc = new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"});
zif_abapgit_apack_definitions.zif_abapgit_apack_definitions$c_apack_interface_nspc.set('/*/IF_APACK_MANIFEST');
zif_abapgit_apack_definitions.ty_dependency = new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GIT_URL"}),
"target_package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_dependency", undefined, {}, {});
zif_abapgit_apack_definitions.ty_dependencies = abap.types.TableFactory.construct(new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GIT_URL"}),
"target_package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_dependency", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_apack_definitions=>ty_dependencies");
zif_abapgit_apack_definitions.ty_repository_type = new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"});
zif_abapgit_apack_definitions.ty_descriptor_wo_dependencies = new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"repository_type": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GIT_URL"})}, "zif_abapgit_apack_definitions=>ty_descriptor_wo_dependencies", undefined, {}, {});
zif_abapgit_apack_definitions.ty_descriptor = new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"repository_type": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GIT_URL"}),
"dependencies": abap.types.TableFactory.construct(new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GIT_URL"}),
"target_package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_dependency", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_apack_definitions=>ty_dependencies")}, "zif_abapgit_apack_definitions=>ty_descriptor", undefined, {}, {});
zif_abapgit_apack_definitions.ty_descriptors = abap.types.TableFactory.construct(new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"repository_type": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_REPOSITORY_TYPE"}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DESCRIPTOR_WO_DEPENDENCIES-GIT_URL"}),
"dependencies": abap.types.TableFactory.construct(new abap.types.Structure({
"group_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GROUP_ID"}),
"artifact_id": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-ARTIFACT_ID"}),
"version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-VERSION"}),
"sem_version": new abap.types.Structure({
"major": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MAJOR"}),
"minor": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-MINOR"}),
"patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PATCH"}),
"prerelase": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE"}),
"prerelase_patch": new abap.types.Integer({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_VERSION-PRERELASE_PATCH"})}, "zif_abapgit_definitions=>ty_version", undefined, {}, {}),
"git_url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_APACK_DEFINITIONS=>TY_DEPENDENCY-GIT_URL"}),
"target_package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_dependency", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_apack_definitions=>ty_dependencies")}, "zif_abapgit_apack_definitions=>ty_descriptor", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_apack_definitions=>ty_descriptors");
zif_abapgit_apack_definitions.ty_manifest_declaration = new abap.types.Structure({
"clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
"devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_manifest_declaration", undefined, {}, {});
zif_abapgit_apack_definitions.ty_manifest_declarations = abap.types.TableFactory.construct(new abap.types.Structure({
"clsname": new abap.types.Character(30, {"qualifiedName":"SEOCLSNAME","ddicName":"SEOCLSNAME","description":"SEOCLSNAME"}),
"devclass": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"})}, "zif_abapgit_apack_definitions=>ty_manifest_declaration", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_apack_definitions=>ty_manifest_declarations");
export {zif_abapgit_apack_definitions};
//# sourceMappingURL=zif_abapgit_apack_definitions.intf.mjs.map