Uses of Class
org.hackystat.projectbrowser.page.dailyprojectdata.build.BuildData

Packages that use BuildData
org.hackystat.projectbrowser.page.dailyprojectdata.build Provides the build viewer components that used DailyProjectData page. 
 

Uses of BuildData in org.hackystat.projectbrowser.page.dailyprojectdata.build
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.build that return BuildData
 BuildData BuildDataModel.getBuildData(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
          Return the BuildData instance associated with the specified project.
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.build that return types with arguments of type BuildData
 java.util.List<BuildData> BuildDataModel.getBuildDataList()
          Returns the list of BuildData instances, needed for markup.