|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommitDao
Method Summary | |
---|---|
java.util.List<Commit> |
getCommitsForResult(ResultsSummary resultsSummary)
|
long |
scrollCommitsForExport(com.google.common.base.Function<Commit,java.lang.Void> function)
Scroll through and execute function for each of Commit Objects passed to function are not fully initialized. |
Methods inherited from interface com.atlassian.bamboo.persistence.BambooObjectDao |
---|
findById |
Methods inherited from interface bucket.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw |
Method Detail |
---|
long scrollCommitsForExport(@NotNull com.google.common.base.Function<Commit,java.lang.Void> function)
function
- function to be executed on each of the Commit
@NotNull java.util.List<Commit> getCommitsForResult(@NotNull ResultsSummary resultsSummary)
resultsSummary
-
BuildResultsSummary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |