mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Remove dependency on persistence interface from exits (#4400)
* Remove dependency on persistence interface Minor adjustment to exit interface (`zif_abapgit_exit`) * Lint Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
d1d12da6fe
commit
ac5c00ec88
|
@ -70,10 +70,13 @@ INTERFACE zif_abapgit_exit
|
|||
CHANGING
|
||||
!ct_ci_repos TYPE ty_ci_repos .
|
||||
METHODS adjust_display_commit_url
|
||||
IMPORTING !iv_repo_url TYPE zif_abapgit_persistence=>ty_repo-url
|
||||
!iv_repo_name TYPE string
|
||||
!iv_repo_key TYPE zif_abapgit_persistence=>ty_value
|
||||
!iv_commit_hash TYPE zif_abapgit_definitions=>ty_sha1
|
||||
CHANGING !cv_display_url TYPE zif_abapgit_persistence=>ty_repo-url
|
||||
RAISING zcx_abapgit_exception .
|
||||
IMPORTING
|
||||
!iv_repo_url TYPE csequence
|
||||
!iv_repo_name TYPE csequence
|
||||
!iv_repo_key TYPE csequence
|
||||
!iv_commit_hash TYPE zif_abapgit_definitions=>ty_sha1
|
||||
CHANGING
|
||||
!cv_display_url TYPE csequence
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user