Branch: refs/heads/dev Home: https://github.com/jenkinsci/windows-azure-storage-plugin Commit: 662814afce092ebdca2f948ed46dc0bf3969ba69 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/662814afce092ebdca2f948ed46dc0bf3969ba69 Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-07-31 (Mon, 31 Jul 2017)
Changed paths: M checkstyle.xml M pom.xml M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java Log Message: ----------- Unify checkstyle.xml Commit: 1c9952fc2e2a796948274ef066d4262ed50a4d22 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/1c9952fc2e2a796948274ef066d4262ed50a4d22 Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-08-04 (Fri, 04 Aug 2017) Changed paths: M checkstyle.xml M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlob.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobMetadataPair.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/beans/StorageAccountInfo.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/exceptions/WAStorageException.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigration.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java Log Message: ----------- Remove unnecessary final parameters Commit: 7f4fae6240e7cf0dd1b24d6aa3c0ceb3d2bba317 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/7f4fae6240e7cf0dd1b24d6aa3c0ceb3d2bba317 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M checkstyle.xml M pom.xml M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlob.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobMetadataPair.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/beans/StorageAccountInfo.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/exceptions/WAStorageException.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigration.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java Log Message: ----------- Merge pull request #76 from ArieShout/unify-checkstyle Unify checkstyle Compare: https://github.com/jenkinsci/windows-azure-storage-plugin/compare/33362d7425bd...7f4fae6240e7 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.