Uses of Interface
jenkins.plugins.htmlaudio.domain.BuildEventRepository

Packages that use BuildEventRepository
jenkins.plugins.htmlaudio.app   
jenkins.plugins.htmlaudio.domain   
jenkins.plugins.htmlaudio.domain.impl   
 

Uses of BuildEventRepository in jenkins.plugins.htmlaudio.app
 

Methods in jenkins.plugins.htmlaudio.app with parameters of type BuildEventRepository
 void Controller.setRepository(BuildEventRepository repository)
           
 void RunResultListener.setRepository(BuildEventRepository repository)
           
 

Uses of BuildEventRepository in jenkins.plugins.htmlaudio.domain
 

Methods in jenkins.plugins.htmlaudio.domain with parameters of type BuildEventRepository
 void BuildEventCleanupService.removeExpiredEvents(BuildEventRepository repository)
           
 

Uses of BuildEventRepository in jenkins.plugins.htmlaudio.domain.impl
 

Classes in jenkins.plugins.htmlaudio.domain.impl that implement BuildEventRepository
 class VolatileBuildEventRepository
          Simple in-memory implementation of BuildEventRepository.
 

Methods in jenkins.plugins.htmlaudio.domain.impl with parameters of type BuildEventRepository
 void DefaultBuildEventCleanupService.removeExpiredEvents(BuildEventRepository repo)
           
 



Copyright © 2004-2011. All Rights Reserved.