Branch: refs/heads/release/1.x Home: https://github.com/jenkinsci/stashnotifier-plugin
Commit: a69c1fe0ac6af7a4160ac29c63fb496ca89a1b66 https://github.com/jenkinsci/stashnotifier-plugin/commit/a69c1fe0ac6af7a4160ac29c63fb496ca89a1b66 Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-04-03 (Wed, 03 Apr 2019) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/stashNotifier/NotificationResult.java M src/main/java/org/jenkinsci/plugins/stashNotifier/StashCredentialMatcher.java M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java M src/test/java/org/jenkinsci/plugins/stashNotifier/ConfigAsCodeTest.java M src/test/java/org/jenkinsci/plugins/stashNotifier/DescriptorImplTest.java M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java Log Message: ----------- Improvements (#227) * Remove executable bit from .java file * Use newer jenkins.io domain for documentation URL The old domain is redirecting to the new one. * Fix typos * Collapse identical catch blocks This reduces code duplication. * Remove some deprecated API usages * Remove unused import * Use diamond operator to reduce type duplication * Use more suitable List implemenations (0 or 1 element) * Use @NonNull as in implemented interface * Simplify code by replacing anonymous class with lambda * Make fields final This reduces the probability of issues due to mutability. -- 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.