Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/file-operations-plugin
  Commit: 19f950020b31cb0a9bae63f54b9e7bc2c05e7aca
      
https://github.com/jenkinsci/file-operations-plugin/commit/19f950020b31cb0a9bae63f54b9e7bc2c05e7aca
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Consistent pom.xml format

Automatic formatting via `mvn tidy:pom`.


  Commit: a3aeaeb025c359963089331bb791423f428aeaba
      
https://github.com/jenkinsci/file-operations-plugin/commit/a3aeaeb025c359963089331bb791423f428aeaba
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use HTTPS for Jenkins repository


  Commit: 73980b959b29e0affc4a6d9081c0b0f38941d9be
      
https://github.com/jenkinsci/file-operations-plugin/commit/73980b959b29e0affc4a6d9081c0b0f38941d9be
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use wiki.jenkins.io in plugin URL


  Commit: 9c658b7ad25e1aa15107bb8645f6f66c95cd187f
      
https://github.com/jenkinsci/file-operations-plugin/commit/9c658b7ad25e1aa15107bb8645f6f66c95cd187f
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade to latest 2.x parent pom


  Commit: 775a053ff25a4c97102a52fc313b8b13ac62016a
      
https://github.com/jenkinsci/file-operations-plugin/commit/775a053ff25a4c97102a52fc313b8b13ac62016a
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M README.md
    M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
    M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileJoinOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
    M 
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
    M 
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly

  Log Message:
  -----------
  Remove trailing spaces


  Commit: 7d4074f7083b4caa9342b835b4cb2714a493da73
      
https://github.com/jenkinsci/file-operations-plugin/commit/7d4074f7083b4caa9342b835b4cb2714a493da73
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java

  Log Message:
  -----------
  Fix variable names


  Commit: 7ed0502c2ed16861e28d20441dd0f8bf460073a9
      
https://github.com/jenkinsci/file-operations-plugin/commit/7ed0502c2ed16861e28d20441dd0f8bf460073a9
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
    M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
    M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
    M src/main/java/sp/sd/fileoperations/FileZipOperation.java
    M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
    M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java

  Log Message:
  -----------
  Remove redundant variable initialization

The variable is assigned a value later in every file.
The compiler would complain if not.


  Commit: 4f7702147be2e06e1798168cec9c27177cd8db61
      
https://github.com/jenkinsci/file-operations-plugin/commit/4f7702147be2e06e1798168cec9c27177cd8db61
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java

  Log Message:
  -----------
  Remove unused imports


  Commit: af8c65d4f8730f81fa42c32fc690db439dc17518
      
https://github.com/jenkinsci/file-operations-plugin/commit/af8c65d4f8730f81fa42c32fc690db439dc17518
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java

  Log Message:
  -----------
  Use try-with-resources for automatic resource cleanup


  Commit: 1b675eea8271fa13945cfdc21e97747a8b7f935b
      
https://github.com/jenkinsci/file-operations-plugin/commit/1b675eea8271fa13945cfdc21e97747a8b7f935b
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
    M src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java

  Log Message:
  -----------
  Use diamond operator to reduce type duplication


  Commit: 8ad4d6f028db83ac0f1119a0a6bf775166863506
      
https://github.com/jenkinsci/file-operations-plugin/commit/8ad4d6f028db83ac0f1119a0a6bf775166863506
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java

  Log Message:
  -----------
  Add missing @Nonnull annotation to method parameters

The annotation should match the one of the implemented interface.


  Commit: d8e63d5c27b2f433b6d78d3655bc791087c0fc6f
      
https://github.com/jenkinsci/file-operations-plugin/commit/d8e63d5c27b2f433b6d78d3655bc791087c0fc6f
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
    M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java

  Log Message:
  -----------
  Make fields final where possible

This reduces the probability of mutability issues.


  Commit: 9549facc2d67901dba5ebe361a66891e4e2acb98
      
https://github.com/jenkinsci/file-operations-plugin/commit/9549facc2d67901dba5ebe361a66891e4e2acb98
  Author: René Scheibe <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M src/main/java/sp/sd/fileoperations/FileCopyOperation.java

  Log Message:
  -----------
  Remove ineffective value assignment

The value is always overwritten later in the code.


  Commit: 62730de7b68cb5cc16cdbc11b40ef5ec781fc91e
      
https://github.com/jenkinsci/file-operations-plugin/commit/62730de7b68cb5cc16cdbc11b40ef5ec781fc91e
  Author: Suresh Kumar <[email protected]>
  Date:   2018-11-04 (Sun, 04 Nov 2018)

  Changed paths:
    M README.md
    M pom.xml
    M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
    M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
    M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
    M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
    M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
    M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
    M src/main/java/sp/sd/fileoperations/FileZipOperation.java
    M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
    M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
    M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
    M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
    M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileJoinOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
    M 
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
    M 
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
    M src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly
    M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
    M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
    M src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java

  Log Message:
  -----------
  Merge pull request #7 from darxriggs/code-cleanup

Code Improvements


Compare: 
https://github.com/jenkinsci/file-operations-plugin/compare/209574e2d4e3...62730de7b68c
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to