|
Change Parameter Type taskId : String to search : SingularityS3SearchRequest in method public getPaginatedS3Logs(search SingularityS3SearchRequest) : SingularityS3SearchResult in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type listOnly : Optional<Boolean> to listOnly : boolean in method public getS3LogsForDeploy(requestId String, deployId String, start Optional<Long>, end Optional<Long>, excludeMetadata boolean, listOnly boolean, maxPerPage Optional<Integer>) : List<SingularityS3LogMetadata> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type excludeMetadata : Optional<Boolean> to excludeMetadata : boolean in method public getS3LogsForDeploy(requestId String, deployId String, start Optional<Long>, end Optional<Long>, excludeMetadata boolean, listOnly boolean, maxPerPage Optional<Integer>) : List<SingularityS3LogMetadata> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type listOnly : Optional<Boolean> to listOnly : boolean in method public getS3LogsForRequest(requestId String, start Optional<Long>, end Optional<Long>, excludeMetadata boolean, listOnly boolean, maxPerPage Optional<Integer>) : List<SingularityS3LogMetadata> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type maybeGroup : Optional<String> to group : String in method private getS3PrefixesForTask(s3Configuration S3Configuration, taskId SingularityTaskId, startArg Optional<Long>, endArg Optional<Long>, group String) : Collection<String> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |
|
Change Parameter Type excludeMetadata : Optional<Boolean> to excludeMetadata : boolean in method public getS3LogsForRequest(requestId String, start Optional<Long>, end Optional<Long>, excludeMetadata boolean, listOnly boolean, maxPerPage Optional<Integer>) : List<SingularityS3LogMetadata> in class com.hubspot.singularity.resources.S3LogResource |
From |
To |