Skip to content
  1. Jun 15, 2012
  2. Jun 14, 2012
  3. Jun 13, 2012
  4. Jun 12, 2012
  5. Jun 11, 2012
    • Kohsuke Kawaguchi's avatar
      Merge branch 'pull-449' · 5d78f3c9
      Kohsuke Kawaguchi authored
      5d78f3c9
    • Kohsuke Kawaguchi's avatar
      Reworked the dynamically modifiable Axis. · d5513b0b
      Kohsuke Kawaguchi authored
      I thought about this and decided that the best way to incorporate this
      expansion of the abstraction is to think of it as a re-configuration of
      project right before the build.
      
      This resolves my concern with the previous change of calling expensive
      rebuildConfigurations() from every getActiveConfigurations() call (and
      getter shouldn't have a side-effect, right?)
      
      Also, in this way, Axis gets a reference to MatrixBuildExecution, so it
      makes it more explicit that the Axis can update values based on the
      current build.
      d5513b0b
    • Emanuele Zattin's avatar
      Added support for runtime modifiable Axis · 5f7d239c
      Emanuele Zattin authored
      Sometimes there's the need to change the value of an axis right when the build starts.
      I did this adding a couple of methods to Axis and letting MatrixBuild use them.
      It should all be backwards compatible.
      5f7d239c
Loading