Uses of Class
com.atlassian.bamboo.resultsummary.ResultDataRead

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
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey, java.lang.Class<T> aClass, ResultDataRead dataRead)
          Lookup ResultsSummary by PlanResultKey and expected type.
<T extends ResultsSummary>
T
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
<T extends ResultsSummary>
T
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)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.