|
Rename Method public getTaskHistoryForDeploy(requestId String, deployId String, limitStart Integer, limitCount Integer) : List<SingularityTaskIdHistory> renamed to public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.NoopHistoryManager |
From |
To |
|
Rename Method public getTaskHistoryForDeploy(requestId String, deployId String, limitStart Integer, limitCount Integer) : List<SingularityTaskIdHistory> renamed to public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.HistoryManager |
From |
To |
|
Change Parameter Type deployId : String to deployId : Optional<String> in method public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.HistoryManager |
From |
To |
|
Change Parameter Type limitStart : Integer to limitStart : Optional<Integer> in method public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.HistoryManager |
From |
To |
|
Change Parameter Type limitStart : Integer to limitStart : Optional<Integer> in method public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.NoopHistoryManager |
From |
To |
|
Change Parameter Type deployId : String to deployId : Optional<String> in method public getTaskIdHistory(requestId String, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.NoopHistoryManager |
From |
To |