0b97719496a42cc6c4430c07fc91efa0778c00ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getS3Secret() : Optional<String> renamed to public getS3SecretKey() : Optional<String> in class com.hubspot.singularity.runner.base.shared.S3UploadMetadata | From | To | |
Rename Attribute | 1 | ||
Rename Attribute s3Secret : Optional<String> to s3SecretKey : Optional<String> in class com.hubspot.singularity.runner.base.shared.S3UploadMetadata | From | To | |
Rename Parameter | 1 | ||
Rename Parameter s3Secret : Optional<String> to s3SecretKey : Optional<String> in method public S3UploadMetadata(directory String, fileGlob String, s3Bucket String, s3KeyFormat String, finished boolean, onFinishGlob Optional<String>, pid Optional<Integer>, s3AccessKey Optional<String>, s3SecretKey Optional<String>, finishedAfterMillisWithoutNewFile Optional<Long>) in class com.hubspot.singularity.runner.base.shared.S3UploadMetadata | From | To |