|
Change Parameter Type start : long to start : Optional<Long> in method public getS3LogsForDeploy(requestId String, deployId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type end : long to end : Optional<Long> in method public getS3LogsForDeploy(requestId String, deployId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type start : long to start : Optional<Long> in method public getS3LogsForRequest(requestId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type start : long to start : Optional<Long> in method public getS3LogsForTask(taskId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type end : long to end : Optional<Long> in method public getS3LogsForRequest(requestId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type end : long to end : Optional<Long> in method public getS3LogsForTask(taskId String, start Optional<Long>, end Optional<Long>) : List<SingularityS3Log> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |