8a37baaeffcc4d9001a485250dab05622e4ed1fd
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getDeploysCount(requestId String, count Integer, page Integer) : SingularityPaginatedResponse<SingularityDeployHistory> renamed to public getDeploysWithMetadata(requestId String, count Integer, page Integer) : SingularityPaginatedResponse<SingularityDeployHistory> in class com.hubspot.singularity.resources.HistoryResource | From | To | |
| Rename Method public getTaskHistoryForRequestCount(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedAfter Optional<Long>, startedBefore Optional<Long>, orderDirection Optional<OrderDirection>, count Integer, page Integer) : SingularityPaginatedResponse<SingularityTaskIdHistory> renamed to public getTaskHistoryForRequestWithMetadata(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedAfter Optional<Long>, startedBefore Optional<Long>, orderDirection Optional<OrderDirection>, count Integer, page Integer) : SingularityPaginatedResponse<SingularityTaskIdHistory> in class com.hubspot.singularity.resources.HistoryResource | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type dataCount : Optional to dataCount : Optional<Integer> in method public getTaskHistoryForRequestWithMetadata(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedAfter Optional<Long>, startedBefore Optional<Long>, orderDirection Optional<OrderDirection>, count Integer, page Integer) : SingularityPaginatedResponse<SingularityTaskIdHistory> in class com.hubspot.singularity.resources.HistoryResource | From | To | |
| Change Variable Type dataCount : Optional to dataCount : Optional<Integer> in method public getDeploysWithMetadata(requestId String, count Integer, page Integer) : SingularityPaginatedResponse<SingularityDeployHistory> in class com.hubspot.singularity.resources.HistoryResource | From | To |