|
Change Parameter Type notification : Notification to notification : ReportAnalysisFailureNotification in method public fromNotification(notification ReportAnalysisFailureNotification) : ReportAnalysisFailureNotificationBuilder in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationSerializerImpl |
From |
To |
|
Change Parameter Type taskFailureNotification : ReportAnalysisFailureNotification to taskFailureNotification : ReportAnalysisFailureNotificationBuilder in method private message(projectFullName String, taskFailureNotification ReportAnalysisFailureNotificationBuilder) : String in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationEmailTemplate |
From |
To |
|
Change Parameter Type notification : Notification to notification : ReportAnalysisFailureNotification in method public fromNotification(notification ReportAnalysisFailureNotification) : ReportAnalysisFailureNotificationBuilder in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationSerializer |
From |
To |
|
Change Parameter Type handlers : NotificationHandler[] to handlers : NotificationHandler<? extends Notification>[] in method public NotificationService(dbClient DbClient, dispatchers NotificationDispatcher[], handlers NotificationHandler<? extends Notification>[]) in class org.sonar.server.notification.NotificationService |
From |
To |
|
Change Parameter Type project : ReportAnalysisFailureNotification.Project to project : ReportAnalysisFailureNotificationBuilder.Project in method private computeProjectFullName(project ReportAnalysisFailureNotificationBuilder.Project) : String in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationEmailTemplate |
From |
To |
|
Change Return Type ReportAnalysisFailureNotification to ReportAnalysisFailureNotificationBuilder in method public fromNotification(notification ReportAnalysisFailureNotification) : ReportAnalysisFailureNotificationBuilder in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationSerializer |
From |
To |
|
Change Return Type ArgumentCaptor<ReportAnalysisFailureNotification> to ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method private verifyAndCaptureSerializedNotification() : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Return Type ReportAnalysisFailureNotification to ReportAnalysisFailureNotificationBuilder in method private buildNotification(ceActivityDto CeActivityDto, projectDto ComponentDto, error Throwable) : ReportAnalysisFailureNotificationBuilder in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListener |
From |
To |
|
Change Return Type ReportAnalysisFailureNotification to ReportAnalysisFailureNotificationBuilder in method public fromNotification(notification ReportAnalysisFailureNotification) : ReportAnalysisFailureNotificationBuilder in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationSerializerImpl |
From |
To |
|
Change Return Type Notification to ReportAnalysisFailureNotification in method private mockSerializer() : ReportAnalysisFailureNotification in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type reportAnalysisFailureNotification : ReportAnalysisFailureNotification to reportAnalysisFailureNotificationBuilder : ReportAnalysisFailureNotificationBuilder in method public onEnd_creates_notification_with_error_message_from_Throwable_argument_message() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotification> to notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method public onEnd_creates_notification_with_data_from_activity_and_project_and_deliver_it() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type project : ReportAnalysisFailureNotification.Project to project : ReportAnalysisFailureNotificationBuilder.Project in method private message(projectFullName String, taskFailureNotification ReportAnalysisFailureNotificationBuilder) : String in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationEmailTemplate |
From |
To |
|
Change Variable Type notificationProject : ReportAnalysisFailureNotification.Project to notificationProject : ReportAnalysisFailureNotificationBuilder.Project in method public onEnd_creates_notification_with_data_from_activity_and_project_and_deliver_it() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type taskFailureNotification : ReportAnalysisFailureNotification to taskFailureNotification : ReportAnalysisFailureNotificationBuilder in method public onEnd(ceTask CeTask, status CeActivityDto.Status, taskResult CeTaskResult, error Throwable) : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListener |
From |
To |
|
Change Variable Type reportAnalysisFailureNotification : ReportAnalysisFailureNotification to reportAnalysisFailureNotificationBuilder : ReportAnalysisFailureNotificationBuilder in method public onEnd_creates_notification_with_data_from_activity_and_project_and_deliver_it() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationTask : ReportAnalysisFailureNotification.Task to notificationTask : ReportAnalysisFailureNotificationBuilder.Task in method public onEnd_creates_notification_with_data_from_activity_and_project_and_deliver_it() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type task : ReportAnalysisFailureNotification.Task to task : ReportAnalysisFailureNotificationBuilder.Task in method private message(projectFullName String, taskFailureNotification ReportAnalysisFailureNotificationBuilder) : String in class org.sonar.ce.task.projectanalysis.notification.ReportAnalysisFailureNotificationEmailTemplate |
From |
To |
|
Change Variable Type notificationMock : Notification to notificationMock : ReportAnalysisFailureNotification in method private mockSerializer() : ReportAnalysisFailureNotification in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotification> to notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method public onEnd_creates_notification_with_null_error_message_if_Throwable_is_null() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotification> to notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method private verifyAndCaptureSerializedNotification() : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type reportAnalysisFailureNotification : ReportAnalysisFailureNotification to reportAnalysisFailureNotificationBuilder : ReportAnalysisFailureNotificationBuilder in method public onEnd_creates_notification_with_null_error_message_if_Throwable_is_null() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotification> to notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method public onEnd_uses_system_data_as_failedAt_if_task_has_no_executedAt() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |
|
Change Variable Type notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotification> to notificationCaptor : ArgumentCaptor<ReportAnalysisFailureNotificationBuilder> in method public onEnd_creates_notification_with_error_message_from_Throwable_argument_message() : void in class org.sonar.ce.notification.ReportAnalysisFailureNotificationExecutionListenerTest |
From |
To |