fb267fecfbe8bcd77b2eeacb59bddc8e2f8572f7
Files Diff
- Added: 1
 - Removed: 1
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 5 | ||
| Change Parameter Type deployWebhookTranscoder : Transcoder<SingularityDeployWebhook> to deployWebhookTranscoder : Transcoder<SingularityDeployUpdate> in method public WebhookManager(configuration SingularityConfiguration, curator CuratorFramework, webhookTranscoder Transcoder<SingularityWebhook>, requestHistoryTranscoder Transcoder<SingularityRequestHistory>, taskHistoryUpdateTranscoder Transcoder<SingularityTaskHistoryUpdate>, deployWebhookTranscoder Transcoder<SingularityDeployUpdate>) in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Parameter Type deployUpdate : SingularityDeployWebhook to deployUpdate : SingularityDeployUpdate in method private getEnqueuePathForDeployUpdate(webhookId String, deployUpdate SingularityDeployUpdate) : String in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Parameter Type deployUpdate : SingularityDeployWebhook to deployUpdate : SingularityDeployUpdate in method public SingularityDeployWebhookAsyncHandler(webhookManager WebhookManager, webhook SingularityWebhook, deployUpdate SingularityDeployUpdate, shouldDeleteUpdateDueToQueueAboveCapacity boolean) in class com.hubspot.singularity.hooks.SingularityDeployWebhookAsyncHandler | From | To | |
| Change Parameter Type deployUpdate : SingularityDeployWebhook to deployUpdate : SingularityDeployUpdate in method private getDeployUpdateId(deployUpdate SingularityDeployUpdate) : String in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Parameter Type deployUpdate : SingularityDeployWebhook to deployUpdate : SingularityDeployUpdate in method public deleteDeployUpdate(webhook SingularityWebhook, deployUpdate SingularityDeployUpdate) : SingularityDeleteResult in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Return Type | 3 | ||
| Change Return Type List<SingularityDeployWebhook> to List<SingularityDeployUpdate> in method public getQueuedDeployUpdates(webhookId String) : List<SingularityDeployUpdate> in class com.hubspot.singularity.resources.WebhookResource | From | To | |
| Change Return Type List<SingularityDeployWebhook> to List<SingularityDeployUpdate> in method public getQueuedDeployUpdatesForHook(webhookId String) : List<SingularityDeployUpdate> in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Return Type Collection<SingularityDeployWebhook> to Collection<SingularityDeployUpdate> in method public getQueuedDeployUpdates(webhookId String) : Collection<SingularityDeployUpdate> in class com.hubspot.singularity.client.SingularityClient | From | To | |
| Rename Class | 1 | ||
| Rename Class com.hubspot.singularity.SingularityDeployWebhook renamed to com.hubspot.singularity.SingularityDeployUpdate | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type deployUpdate : SingularityDeployWebhook to deployUpdate : SingularityDeployUpdate in method private checkDeployUpdates(webhook SingularityWebhook) : int in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Change Variable Type deployUpdates : List<SingularityDeployWebhook> to deployUpdates : List<SingularityDeployUpdate> in method private checkDeployUpdates(webhook SingularityWebhook) : int in class com.hubspot.singularity.hooks.SingularityWebhookSender | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type deployWebhookTranscoder : Transcoder<SingularityDeployWebhook> to deployWebhookTranscoder : Transcoder<SingularityDeployUpdate> in class com.hubspot.singularity.data.WebhookManager | From | To | |
| Change Attribute Type DEPLOY_UPDATES_COLLECTION : TypeReference<Collection<SingularityDeployWebhook>> to DEPLOY_UPDATES_COLLECTION : TypeReference<Collection<SingularityDeployUpdate>> in class com.hubspot.singularity.client.SingularityClient | From | To |