All files / output zif_abapgit_popups.intf.mjs

51.28% Statements 40/78
100% Branches 2/2
1.75% Functions 1/57
51.28% Lines 40/78

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 781x 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_popups.intf.abap
class zif_abapgit_popups {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {"C_NEW_BRANCH_LABEL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"POPUP_SEARCH_HELP": {"visibility": "U", "parameters": {"RV_VALUE": {"type": () => {return (() => { throw new Error("Void type: DDSHRETVAL") })();}, "is_optional": " "}, "IV_TAB_FIELD": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "POPUP_FOLDER_LOGIC": {"visibility": "U", "parameters": {"RV_FOLDER_LOGIC": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "CREATE_BRANCH_POPUP": {"visibility": "U", "parameters": {"IV_SOURCE_BRANCH_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "EV_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "EV_CANCEL": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "BRANCH_LIST_POPUP": {"visibility": "U", "parameters": {"RS_BRANCH": {"type": () => {return new abap.types.Structure({
  "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_BRANCH-NAME"}),
  "type": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_git_definitions=>ty_git_branch_type"}),
  "is_head": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_BRANCH-DISPLAY_NAME"})}, "zif_abapgit_git_definitions=>ty_git_branch", undefined, {}, {});}, "is_optional": " "}, "IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_DEFAULT_BRANCH": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_SHOW_NEW_OPTION": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}, "IV_HIDE_BRANCH": {"type": () => {return new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-BRANCH_NAME"});}, "is_optional": " "}, "IV_HIDE_HEAD": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "TAG_LIST_POPUP": {"visibility": "U", "parameters": {"RS_TAG": {"type": () => {return new abap.types.Structure({
  "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "object": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-NAME"}),
  "type": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_git_definitions=>ty_git_branch_type"}),
  "display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-DISPLAY_NAME"}),
  "tagger_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-TAGGER_NAME"}),
  "tagger_email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-TAGGER_EMAIL"}),
  "message": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-MESSAGE"}),
  "body": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-BODY"})}, "zif_abapgit_git_definitions=>ty_git_tag", undefined, {}, {});}, "is_optional": " "}, "IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "COMMIT_LIST_POPUP": {"visibility": "U", "parameters": {"RS_COMMIT": {"type": () => {return new abap.types.Structure({
  "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "parent1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "parent2": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
  "author": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-AUTHOR"}),
  "email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-EMAIL"}),
  "time": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-TIME"}),
  "message": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-MESSAGE"}),
  "body": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-body"),
  "branch": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-BRANCH"}),
  "merge": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-MERGE"}),
  "tags": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-tags"),
  "create": abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_CREATE-NAME"}),
  "parent": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_CREATE-PARENT"})}, "zif_abapgit_git_definitions=>ty_create", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-create"),
  "compressed": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_git_definitions=>ty_commit", undefined, {}, {});}, "is_optional": " "}, "IV_REPO_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_BRANCH_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "POPUP_TO_CONFIRM": {"visibility": "U", "parameters": {"RV_ANSWER": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " "}, "IV_TITLEBAR": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_TEXT_QUESTION": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_TEXT_BUTTON_1": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_ICON_BUTTON_1": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});}, "is_optional": " "}, "IV_TEXT_BUTTON_2": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_ICON_BUTTON_2": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});}, "is_optional": " "}, "IV_DEFAULT_BUTTON": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " "}, "IV_DISPLAY_CANCEL_BUTTON": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " "}, "IV_POPUP_TYPE": {"type": () => {return new abap.types.Character();}, "is_optional": " "}}},
  "POPUP_TO_CREATE_TRANSP_BRANCH": {"visibility": "U", "parameters": {"RS_TRANSPORT_BRANCH": {"type": () => {return new abap.types.Structure({
  "branch_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_TRANSPORT_TO_BRANCH-BRANCH_NAME"}),
  "commit_text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_TRANSPORT_TO_BRANCH-COMMIT_TEXT"})}, "zif_abapgit_definitions=>ty_transport_to_branch", undefined, {}, {});}, "is_optional": " "}, "IV_TRKORR": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " "}}},
  "POPUP_TO_SELECT_TRANSPORT": {"visibility": "U", "parameters": {"RV_TRKORR": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " "}}},
  "POPUP_TO_SELECT_FROM_LIST": {"visibility": "U", "parameters": {"IT_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(4), {"withHeader":false,"keyType":"DEFAULT"});}, "is_optional": " "}, "IV_TITLE": {"type": () => {return new abap.types.Character(70, {"qualifiedName":"LVC_TITLE","ddicName":"LVC_TITLE","description":"LVC_TITLE"});}, "is_optional": " "}, "IV_HEADER_TEXT": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_START_COLUMN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "IV_END_COLUMN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "IV_START_LINE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "IV_END_LINE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "IV_STRIPED_PATTERN": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}, "IV_OPTIMIZE_COL_WIDTH": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}, "IV_SELECTION_MODE": {"type": () => {return (() => { throw new Error("Void type: SALV_DE_CONSTANT") })();}, "is_optional": " "}, "IV_SELECT_COLUMN_TEXT": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IT_COLUMNS_TO_DISPLAY": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_POPUPS=>TY_ALV_COLUMN-NAME"}),
  "text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_POPUPS=>TY_ALV_COLUMN-TEXT"}),
  "length": (() => { throw new Error("Void type: LVC_OUTLEN") })(),
  "show_icon": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
  "center": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_popups=>ty_alv_column", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_popups=>ty_alv_column_tt");}, "is_optional": " "}, "IT_PRESELECTED_ROWS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Integer({qualifiedName: "I"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["TABLE_LINE"]},"secondary":[]}, "zif_abapgit_popups=>ty_rows");}, "is_optional": " "}, "ET_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(4), {"withHeader":false,"keyType":"DEFAULT"});}, "is_optional": " "}}},
  "POPUP_TRANSPORT_REQUEST": {"visibility": "U", "parameters": {"RV_TRANSPORT": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " "}, "IS_TRANSPORT_TYPE": {"type": () => {return new abap.types.Structure({
  "request": new abap.types.Character(1, {"qualifiedName":"TRFUNCTION","ddicName":"TRFUNCTION","description":"TRFUNCTION"}),
  "task": new abap.types.Character(1, {"qualifiedName":"TRFUNCTION","ddicName":"TRFUNCTION","description":"TRFUNCTION"})}, "zif_abapgit_definitions=>ty_transport_type", undefined, {}, {});}, "is_optional": " "}, "IV_USE_DEFAULT_TRANSPORT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "POPUP_SELECT_TR_REQUESTS": {"visibility": "U", "parameters": {"RT_R_TRKORR": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "sign": new abap.types.Character(1, undefined),
  "option": new abap.types.Character(2, undefined),
  "low": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
  "high": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_trrngtrkor_tt");}, "is_optional": " "}, "IS_SELECTION": {"type": () => {return (() => { throw new Error("Void type: TRWBO_SELECTION") })();}, "is_optional": " "}, "IV_TITLE": {"type": () => {return (() => { throw new Error("Void type: TRWBO_TITLE") })();}, "is_optional": " "}, "IV_USERNAME_PATTERN": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}}},
  "POPUP_SELECT_WB_TC_TR_AND_TSK": {"visibility": "U", "parameters": {"RT_R_TRKORR": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
  "sign": new abap.types.Character(1, undefined),
  "option": new abap.types.Character(2, undefined),
  "low": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
  "high": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_trrngtrkor_tt");}, "is_optional": " "}}},
  "POPUP_TO_SELECT_LABELS": {"visibility": "U", "parameters": {"RV_LABELS": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_LABELS": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "CHOOSE_CODE_INSP_CHECK_VARIANT": {"visibility": "U", "parameters": {"RV_CHECK_VARIANT": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_POPUPS'] = zif_abapgit_popups;
zif_abapgit_popups.zif_abapgit_popups$c_new_branch_label = new abap.types.String({qualifiedName: "STRING"});
zif_abapgit_popups.zif_abapgit_popups$c_new_branch_label.set('+ create new ...');
zif_abapgit_popups.ty_rows = abap.types.TableFactory.construct(new abap.types.Integer({qualifiedName: "I"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["TABLE_LINE"]},"secondary":[]}, "zif_abapgit_popups=>ty_rows");
zif_abapgit_popups.ty_popup_position = new abap.types.Structure({
"start_column": new abap.types.Integer({qualifiedName: "I"}),
"start_row": new abap.types.Integer({qualifiedName: "I"}),
"end_column": new abap.types.Integer({qualifiedName: "I"}),
"end_row": new abap.types.Integer({qualifiedName: "I"})}, "zif_abapgit_popups=>ty_popup_position", undefined, {}, {});
zif_abapgit_popups.ty_char1 = new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});
zif_abapgit_popups.ty_icon = new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});
export {zif_abapgit_popups};