Class AddNewBuildProblemNotificationEvent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
-
- jetbrains.buildServer.serverSide.versioning.converters.AddNewBuildProblemNotificationEvent
-
- All Implemented Interfaces:
Converter
public class AddNewBuildProblemNotificationEvent extends BaseSqlConverter
Created by Andrey Titov on 22.01.16. Updates user_notification_events and usergroup_notification_events tables setting additional bit 4096 (NEW_BUILD_PROBLEM_OCCURRED notification event) to all notification rules with enabled User Changes Only filter and BUILD_FINISHED_FAILURE event watched (user_notification_data.additional_data has userchangesonly='true' and user_notification_events.events_mask has bit 4 (BUILD_FINISHED_FAILURE event).
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
mySqlStatements
-
-
Constructor Summary
Constructors Constructor Description AddNewBuildProblemNotificationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertInternal(DBFunctions dbf, File teamCityDataDir)
-
Methods inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
convert, convertInternal, error, error, getSqlStatements, getSqlStatements, info, isDebugEnabled, toString, warn
-
-
-
-
Method Detail
-
convertInternal
public void convertInternal(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir) throws Exception
- Overrides:
convertInternal
in classBaseSqlConverter
- Throws:
Exception
-
-