Uses of Class
com.atlassian.bamboo.resultsummary.CustomDataRow
-
Packages that use CustomDataRow Package Description com.atlassian.bamboo.resultsummary -
-
Uses of CustomDataRow in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type CustomDataRow Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractResultsSummary,CustomDataRow>
AbstractResultsSummary_. customBuildDataRows
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type CustomDataRow Modifier and Type Method Description List<CustomDataRow>
AbstractResultsSummary. getCustomBuildDataRows()
This method is not intended to be used outsideBuildResultsSummaryDao
-