Skip to content

Commit 837519a

Browse files
authored
Add details about background modes (#265)
1 parent 4758874 commit 837519a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/user-guide/repo-settings/background-mode.md

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ If credentials are required for accessing the repository, you will have to maint
4444
* Create a step for the program `ZABAPGIT` (or `ZABAPGIT_STANDALONE`, depending on which version of abapGit you are using). This will execute *all* defined background activities.
4545
* You can check the log of the job with transaction `SM37`
4646

47+
### Delivered background modes
48+
49+
abapGit includes following background modes:
50+
51+
- Automatic pull
52+
- Automatic push with auto author (derived from users who last changed objects)
53+
- Automatic push with fixed author (provided in the settings)
54+
55+
Modes for "Transport to Branch" and "Branch to Transport" can be installed from [this repository](https://github.com/abapGit/background_modes).
56+
4757
### Custom background modes
4858

4959
Implement interface `ZIF_ABAPGIT_BACKGROUND` in a global class, and it will automatically show up in the abapGit background settings, making it possible to configure and run for a repository. While using the standalone version of abapGit implement the include `ZABAPGIT_BACKGROUND_USER_EXIT`.

0 commit comments

Comments
 (0)