Uses of Class
jenkins.plugins.htmlaudio.domain.BuildEvent

Packages that use BuildEvent
jenkins.plugins.htmlaudio.domain   
jenkins.plugins.htmlaudio.domain.impl   
 

Uses of BuildEvent in jenkins.plugins.htmlaudio.domain
 

Methods in jenkins.plugins.htmlaudio.domain that return types with arguments of type BuildEvent
 java.util.Collection<BuildEvent> BuildEventRepository.findNewerThan(long buildEventId)
          Returns each BuildEvent that is newer than, i.e.
 java.util.Collection<BuildEvent> BuildEventRepository.list()
          Returns each existing BuildEvent.
 

Methods in jenkins.plugins.htmlaudio.domain with parameters of type BuildEvent
 void BuildEventRepository.add(BuildEvent event)
          Adds a new BuildEvent.
 void BuildEventRepository.remove(BuildEvent event)
          Removes an existing BuildEvent.
 

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

Methods in jenkins.plugins.htmlaudio.domain.impl that return types with arguments of type BuildEvent
 java.util.Collection<BuildEvent> VolatileBuildEventRepository.findNewerThan(long buildEventId)
           
 java.util.Collection<BuildEvent> VolatileBuildEventRepository.list()
           
 

Methods in jenkins.plugins.htmlaudio.domain.impl with parameters of type BuildEvent
 void VolatileBuildEventRepository.add(BuildEvent event)
           
 void VolatileBuildEventRepository.remove(BuildEvent event)
           
 



Copyright © 2004-2011. All Rights Reserved.