Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/external-resource-dispatcher-plugin
  Commit: edb1b9b4e68c43e621dac495af56ac0419346b28
      
https://github.com/jenkinsci/external-resource-dispatcher-plugin/commit/edb1b9b4e68c43e621dac495af56ac0419346b28
  Author: Patrik Johansson <[email protected]>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M pom.xml
    A 
src/main/java/com/sonyericsson/jenkins/plugins/externalresource/dispatcher/extensions/BuildFlowPluginExtension.java

  Log Message:
  -----------
  Implementation of a build flow extension point

The new class BuildFlowPluginExtension exposes our external resource
manager to the build flow plugin so that it can be accessed from
within a build flow script like this:

  def manager = extension.'externalresource-dispatcher'
  manager.lock(...)

This allows us easy access to the manager without any imports
littering our build flow script

Change-Id: I703aaed99d20139677c14cb7732613299d4eefff


  Commit: d231c8a11aef8dcace782e2944ec1fa4a0a808af
      
https://github.com/jenkinsci/external-resource-dispatcher-plugin/commit/d231c8a11aef8dcace782e2944ec1fa4a0a808af
  Author: Patrik Johansson <[email protected]>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M pom.xml
    A 
src/main/java/com/sonyericsson/jenkins/plugins/externalresource/dispatcher/extensions/BuildFlowPluginExtension.java

  Log Message:
  -----------
  Merge pull request #2 from patrik-johansson/buildflow-extension

The new class BuildFlowPluginExtension exposes our external resource
manager to the build flow plugin so that it can be accessed from
within a build flow script like this:

def manager = extension.'externalresource-dispatcher'
manager.lock(...)

This allows us easy access to the manager without any imports
littering our build flow script

The code is a contribution from Ericsson AB (http://www.ericsson.com/) and has 
been reviewed internally by Marco Miller (https://github.com/marco-miller)


Compare: 
https://github.com/jenkinsci/external-resource-dispatcher-plugin/compare/60dbb37dad4d...d231c8a11aef

-- 
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/groups/opt_out.


Reply via email to