|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultDataRead | |
|---|---|
| com.atlassian.bamboo.resultsummary | |
| Uses of ResultDataRead in com.atlassian.bamboo.resultsummary |
|---|
| Methods in com.atlassian.bamboo.resultsummary that return ResultDataRead | |
|---|---|
static ResultDataRead |
ResultDataRead.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResultDataRead[] |
ResultDataRead.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.bamboo.resultsummary with parameters of type ResultDataRead | ||
|---|---|---|
|
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
|
|
|
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
Lookup ResultsSummary by PlanResultKey and expected type. |
|
|
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
Lookup ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read |
|
|
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
|
|
ResultsSummary |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead)
Lookup the ResultsSummary by PlanResultKey. |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead)
|
|
long |
BuildResultsSummaryHibernateDao.scrollResultSummaries(java.lang.String buildKey,
ResultDataRead dataRead,
com.google.common.base.Function<ResultsSummary,java.lang.Void> function)
|
|
long |
ResultsSummaryManager.scrollResultSummaries(java.lang.String buildKey,
ResultDataRead resultDataRead,
com.google.common.base.Function<ResultsSummary,java.lang.Void> function)
Scroll through and execute function for each of ResultsSummary (Build and Chain) Objects passed to function are not fully initialized. |
|
long |
BuildResultsSummaryDao.scrollResultSummaries(java.lang.String buildKey,
ResultDataRead resultDataRead,
com.google.common.base.Function<ResultsSummary,java.lang.Void> function)
Scroll through and execute function for each of ResultsSummary (Build and Chain) Objects passed to function are not fully initialized. |
|
long |
BuildResultsSummaryManagerImpl.scrollResultSummaries(java.lang.String buildKey,
ResultDataRead resultDataRead,
com.google.common.base.Function<ResultsSummary,java.lang.Void> function)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||