Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/files-found-trigger-plugin
  Commit: f2c4e307651af5c82304aa4a0a960bd84ede4696
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/f2c4e307651af5c82304aa4a0a960bd84ede4696
  Author: Steven Brown <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M pom.xml
    A src/findbugs/excludesFilter.xml
    M src/main/java/hudson/plugins/filesfoundtrigger/FileSearch.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundEnvironmentContributorTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerCauseTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java
    R 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerIntegrationTest.java
    M src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerTest.java

  Log Message:
  -----------
  Upgrade plugin by copying from the Timestamper POM file

- Parent pom: 2.21
- Requires Jenkins: 1.580.1
- Requires Java: 7
- Enforces FindBugs checks

Changes made to the code due to upgrade
- FileSearch: Subclass MasterToSlaveFileCallable instead of implementing 
FilePath.FileCallable directly
- Replace usages of Hudson.getInstance() with Jenkins.getInstance()
- Handle null values that could be returned from Jenkins.getInstance()
- FilesFoundTriggerConfig: Extend AbstractDescribableImpl instead of 
implementing Describable directly
- Tests: Replace usages of CoreMatchers with Matchers (ham crest)
- FilesFoundTriggerIntegrationTest: Removed since it fails and I’m not sure its 
worth fixing


  Commit: dda1b841accc4552798a7fdf2cd645eec34ffe3b
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/dda1b841accc4552798a7fdf2cd645eec34ffe3b
  Author: Steven Brown <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M pom.xml
    A src/macker/macker-rules.xml
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTrigger.java
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerCause.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java

  Log Message:
  -----------
  Replace usages of Guava Objects methods, which are all deprecated or no 
longer exist in later versions


  Commit: dbcedf7ea446eff82ddd17dfd4c9391865216012
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/dbcedf7ea446eff82ddd17dfd4c9391865216012
  Author: Steven Brown <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerCause.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundEnvironmentContributorTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerCauseTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java
    M src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerTest.java
    M src/test/java/hudson/plugins/filesfoundtrigger/Support.java

  Log Message:
  -----------
  Simplify tests


  Commit: f2486bcb970347b2fdbd6d092098b42d5dd6e952
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/f2486bcb970347b2fdbd6d092098b42d5dd6e952
  Author: Steven Brown <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M src/main/java/hudson/plugins/filesfoundtrigger/FileSearch.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundEnvironmentContributor.java
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTrigger.java
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerCause.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundEnvironmentContributorTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java
    M src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerTest.java

  Log Message:
  -----------
  Apply formatting with Eclipse


  Commit: 28c523734f5668f3fd5d6139ae33db5ff89e33eb
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/28c523734f5668f3fd5d6139ae33db5ff89e33eb
  Author: Steven Brown <[email protected]>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTrigger.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java

  Log Message:
  -----------
  An invalid trigger number no longer prevents the remaining directories being 
scanned


  Commit: 0b6e683f0851b7bd63c358e31a99b327ea31664c
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/0b6e683f0851b7bd63c358e31a99b327ea31664c
  Author: Steven Brown <[email protected]>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M src/main/java/hudson/plugins/filesfoundtrigger/FileSearch.java
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTrigger.java
    A src/test/java/hudson/plugins/filesfoundtrigger/FileSearchTest.java
    M 
src/test/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfigTest.java

  Log Message:
  -----------
  Add logging for running the trigger


  Commit: d6d3a03300c6e0af24af27f447473fcd06061a16
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/d6d3a03300c6e0af24af27f447473fcd06061a16
  Author: Steven Brown <[email protected]>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java

  Log Message:
  -----------
  Put back FilesFoundTriggerConfig.getClassDescriptor which is used by 
config.jelly


  Commit: 1ad390a6445178383c5f8e33a4349349bef92e37
      
https://github.com/jenkinsci/files-found-trigger-plugin/commit/1ad390a6445178383c5f8e33a4349349bef92e37
  Author: Steven Brown <[email protected]>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTrigger.java
    M 
src/main/java/hudson/plugins/filesfoundtrigger/FilesFoundTriggerConfig.java

  Log Message:
  -----------
  Refine FilesFoundTrigger log messages


Compare: 
https://github.com/jenkinsci/files-found-trigger-plugin/compare/04ae4d13370a...1ad390a64451

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