Skip to content

Commit 4e13a64

Browse files
committed
feat(upgrade-guide-33): Add change to IJob and IJobList
Signed-off-by: Carl Schwan <[email protected]>
1 parent ea791a0 commit 4e13a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Added APIs
103103
Changed APIs
104104
^^^^^^^^^^^^
105105

106-
- TBD
106+
- The ``setId`` and ``getId`` of ``\OCP\BackgroundJob\IJob`` were changed to return/accept a string instead of an int. Same for ``\OCP\BackgroundJob\IJobList`` were some methods (``removedById``, ``getById`` and ``getDetailsById``) are now taking a string instead of an int.
107107

108108
Deprecated APIs
109109
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)