• M
    [FIXED JENKINS-18813] Add/RemoveTrigger now works · edf932be
    mcdonan 提交于
    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
    edf932be
AbstractProject.java 84.3 KB