Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: 14c630de35b51a56173ae98f26d71c09745302db
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/14c630de35b51a56173ae98f26d71c09745302db
  Author: Pavel Roskin <[email protected]>
  Date:   2019-06-06 (Thu, 06 Jun 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java
    R 
src/test/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTriggerTest.java
    M 
src/test/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepositoryTest.java

  Log Message:
  -----------
  Fix FindBugs warnings about StashBuildTrigger#job being null

Move startJob() and its dependencies from StashBuildTrigger to
StashRepository. StashBuildTrigger objects can have a null job field, but
it's impossible for StashRepository, which is instantiated once a
non-null job is passed to StashBuildTrigger#start().

Move corresponding unit tests from StashBuildTriggerTest to
StashRepositoryTest.


-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stash-pullrequest-builder-plugin/push/refs/heads/master/82bcab-14c630%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to