Class AddNewBuildApprovalNotificationEvent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.AddNewBuildApprovalNotificationEvent
-
- All Implemented Interfaces:
Converter
public class AddNewBuildApprovalNotificationEvent extends Object implements Converter
Updates user_notification_events and usergroup_notification_events tables setting additional bit 8192 (QUEUED_BUILD_REQUIRES_APPROVAL notification event) to the default notification rule of All Users group, if present.
-
-
Constructor Summary
Constructors Constructor Description AddNewBuildApprovalNotificationEvent()
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir) throws ConvertException
- Specified by:
convert
in interfaceConverter
teamCityDataDir
- - directory which contains- Throws:
ConvertException
-
-