Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: edf932be37ffdad965c3fcaf6c7d7a6f1efc54f8
      
https://github.com/jenkinsci/jenkins/commit/edf932be37ffdad965c3fcaf6c7d7a6f1efc54f8
  Author: mcdonan <[email protected]>
  Date:   2013-07-24 (Wed, 24 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy

  Log Message:
  -----------
  [FIXED JENKINS-18813] Add/RemoveTrigger now works

Ensure the addTrigger and removeTrigger methods only use methods that are
supported by DescribableList. This means no indexed operations are
supported, so use only Iterator#remove and Collection#add

Add Integration Tests to ensure methods work as expected


  Commit: ba432da2b55383152d6c30bc1ad5ef829d75fa27
      
https://github.com/jenkinsci/jenkins/commit/ba432da2b55383152d6c30bc1ad5ef829d75fa27
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy

  Log Message:
  -----------
  Merge pull request #880 from evilmilo/master

[FIXED JENKINS-18813] Add/RemoveTrigger now works


Compare: 
https://github.com/jenkinsci/jenkins/compare/016baea4f096...ba432da2b553

-- 
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