Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-azure-storage-plugin
  Commit: 24da04bd73db8736d56168aaf245abc48c8e63d6
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/24da04bd73db8736d56168aaf245abc48c8e63d6
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilderContext.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    R 
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/helper/AzureCredentials.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadBlobService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/BuilderServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.jelly
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.properties
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.jelly
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.properties
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties
    M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java

  Log Message:
  -----------
  refactor the storage plugin


  Commit: bb11f96d9acffe794acb3da4255d37a321aa020c
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/bb11f96d9acffe794acb3da4255d37a321aa020c
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java

  Log Message:
  -----------
  fix integration tests


  Commit: b00fa6914b966a95ebbb5d6b65711bbb9a4f6106
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b00fa6914b966a95ebbb5d6b65711bbb9a4f6106
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadBlobService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
    A 
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/UploadBlobService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.jelly
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.properties
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.jelly
    R 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.properties
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly
    A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties
    A src/test/java/IntegrationTests/FileStorageUploadIT.java
    M src/test/java/IntegrationTests/IntegrationTest.java
    M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java
    M 
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigrationTest.java

  Log Message:
  -----------
  fix integration tests


  Commit: 14cb697eee7cb44f92281478beba1bfcf35193e1
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/14cb697eee7cb44f92281478beba1bfcf35193e1
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.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/Utils.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    A src/main/webapp/help-azureFileShareName.html
    A src/main/webapp/help-azureblobstorage.html
    A src/main/webapp/help-azurefilestorage.html
    M src/test/java/IntegrationTests/FileStorageUploadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java

  Log Message:
  -----------
  implement file storage upload


  Commit: 9df75c7816aa323ac4cea3e17cb277210bb33a6c
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/9df75c7816aa323ac4cea3e17cb277210bb33a6c
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlob.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/helper/Constants.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly

  Log Message:
  -----------
  implmentation for file storage


  Commit: 63ca27846f07506c91ec8a4c60fa5a68a47b4653
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/63ca27846f07506c91ec8a4c60fa5a68a47b4653
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M src/test/java/IntegrationTests/FileStorageUploadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java

  Log Message:
  -----------
  add integration tests for file stroage


  Commit: 5ec15066813cbff037eac93a17214797acdae7dc
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/5ec15066813cbff037eac93a17214797acdae7dc
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java

  Log Message:
  -----------
  fix issue after rebase


  Commit: 09f60a9c239f59b5042076f0127d4d0bfe948641
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/09f60a9c239f59b5042076f0127d4d0bfe948641
  Author: Dayang Shen <days...@microsoft.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties

  Log Message:
  -----------
  Add more logs to help debug

This fixes #59


  Commit: 58f7a12c5b97bd50d630d94a23877963dd77cae8
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/58f7a12c5b97bd50d630d94a23877963dd77cae8
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties

  Log Message:
  -----------
  merge the latest codes from main upstream


  Commit: 703a41bb9da59339c662ab5b772d80cfeb2bb973
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/703a41bb9da59339c662ab5b772d80cfeb2bb973
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.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/helper/AzureUtils.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/DownloadService.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
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/BuilderServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M src/test/java/IntegrationTests/FileStorageUploadIT.java
    M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java

  Log Message:
  -----------
  reslove comments


  Commit: b57b5cb9461cd574cb2535f64d40e08fa12b49ed
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b57b5cb9461cd574cb2535f64d40e08fa12b49ed
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties

  Log Message:
  -----------
  flatten the DownloadType class to fields for backward compatibility


  Commit: 113e5c25e07458c5adfac430584092f7426b975b
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/113e5c25e07458c5adfac430584092f7426b975b
  Author: Raphael Yu <xia...@microsoft.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java

  Log Message:
  -----------
  Fix the failure of verification.


  Commit: e06578d162cdd3f1ced768a49bed088e97330856
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/e06578d162cdd3f1ced768a49bed088e97330856
  Author: Raphael Yu <yyddx...@gmail.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java

  Log Message:
  -----------
  Merge pull request #64 from LGDoor/dev

Fix the failure of verification.


  Commit: 66ec12fcd8d9fd4509fb0ec495310057bd732626
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/66ec12fcd8d9fd4509fb0ec495310057bd732626
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly

  Log Message:
  -----------
  check container name and remove testing code


  Commit: cf236b1ba0f4be23f08040b797133b1a402eef99
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/cf236b1ba0f4be23f08040b797133b1a402eef99
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly

  Log Message:
  -----------
  flatten the storage publisher properties


  Commit: 70701beccac3d17af65aba67a62ed3f54f164fed
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/70701beccac3d17af65aba67a62ed3f54f164fed
  Author: Junbo Wang <juniw...@microsoft.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    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/AzureStorageBuilder.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilderContext.java
    R 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.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/helper/AzureCredentials.java
    A 
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
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java
    A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly
    A src/main/webapp/help-azureFileShareName.html
    A src/main/webapp/help-azureblobstorage.html
    A src/main/webapp/help-azurefilestorage.html
    A src/test/java/IntegrationTests/FileStorageUploadIT.java
    M src/test/java/IntegrationTests/IntegrationTest.java
    M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java
    M src/test/java/IntegrationTests/WAStorageClientUploadIT.java
    M 
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigrationTest.java

  Log Message:
  -----------
  Merge pull request #62 from juniwang/dev

Support file storage


  Commit: f16e9d40bb011487b2a18e9935a13c99829a2994
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/f16e9d40bb011487b2a18e9935a13c99829a2994
  Author: Raphael Yu <xia...@microsoft.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly

  Log Message:
  -----------
  Fix the pipeline snippet generator bug.


  Commit: 6ac09b2c2e7cbadca161ef79bc01cf72b0909e99
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/6ac09b2c2e7cbadca161ef79bc01cf72b0909e99
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
    A 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/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/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
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties
    M src/main/resources/global.properties

  Log Message:
  -----------
  Unified code style enforced by checkstyle

- checkstyle during the validate build phase
- webapp directory is not checked


  Commit: 4c218bcce47a3cc3b547bb099707e8312d9b56b7
      
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/4c218bcce47a3cc3b547bb099707e8312d9b56b7
  Author: Menghua Xiao <ariesh...@gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    A 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/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/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
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties
    M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties
    M src/main/resources/global.properties

  Log Message:
  -----------
  Merge pull request #57 from ArieShout/unify-style

Unify code style for all the source files with stylecheck enabled, no code 
logic change


Compare: 
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/f83749d8626d...4c218bcce47a

-- 
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.

Reply via email to