|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildEventRepository
Repository for BuildEvents.
| Method Summary | |
|---|---|
void |
add(BuildEvent event)
Adds a new BuildEvent. |
java.util.Collection<BuildEvent> |
findNewerThan(long buildEventId)
Returns each BuildEvent that is newer than, i.e. |
java.lang.Long |
getLastEventId()
Returns the id of the newest BuildEvent or null if the repository is empty. |
java.util.Collection<BuildEvent> |
list()
Returns each existing BuildEvent. |
void |
remove(BuildEvent event)
Removes an existing BuildEvent. |
| Method Detail |
|---|
void add(BuildEvent event)
BuildEvent.
void remove(BuildEvent event)
BuildEvent.
java.util.Collection<BuildEvent> list()
BuildEvent.
java.util.Collection<BuildEvent> findNewerThan(long buildEventId)
BuildEvent that is newer than, i.e. happened after, a provided event.
java.lang.Long getLastEventId()
BuildEvent or null if the repository is empty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||