Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: f04a51cd7bdf888a8d5493f8feaaee21d53442de
      
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/f04a51cd7bdf888a8d5493f8feaaee21d53442de
  Author: Pavel Roskin <plros...@gmail.com>
  Date:   2019-07-06 (Sat, 06 Jul 2019)

  Changed paths:
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildListener.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
    M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashPullRequestsBuilder.java

  Log Message:
  -----------
  Replace AbstractProject and AbstractBuild with Job and Run (#107)

This makes it possible to support pipelines. Pipelines don't use
AbstractProject and AbstractBuild. Instead, they use WorkflowJob and
WorkflowRun. The common ancestors are Job and Run.

In some cases, Job doesn't provide the needed API. However, both
AbstractProject and WorkflowJob implement ParameterizedJob interface,
which provides the required functionality.


-- 
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.
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/d93b35-f04a51%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to