Uses of Class
com.atlassian.bamboo.bandana.BandanaItem
Packages that use BandanaItem
-
Uses of BandanaItem in com.atlassian.bamboo.bandana
Fields in com.atlassian.bamboo.bandana with type parameters of type BandanaItemModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<BandanaItem,Long> BandanaItem_.buildIdstatic javax.persistence.metamodel.SingularAttribute<BandanaItem,Long> BandanaItem_.chainIdstatic javax.persistence.metamodel.SingularAttribute<BandanaItem,String> BandanaItem_.keystatic javax.persistence.metamodel.SingularAttribute<BandanaItem,String> BandanaItem_.serializedDataMethods in com.atlassian.bamboo.bandana that return BandanaItemModifier and TypeMethodDescription@Nullable BandanaItemBandanaItemDao.getBandanaItem(BambooBandanaContext bandanaContext, String key) BandanaItemDaoImpl.getBandanaItem(@NotNull BambooBandanaContext bandanaContext, String key) Methods in com.atlassian.bamboo.bandana that return types with arguments of type BandanaItemModifier and TypeMethodDescription@NotNull Collection<BandanaItem>BandanaItemDao.findBandanaItems(BambooBandanaContext bandanaContext) @NotNull Collection<BandanaItem>BandanaItemDaoImpl.findBandanaItems(@NotNull BambooBandanaContext bandanaContext) @NotNull Collection<BandanaItem>BandanaItemDao.getAllBandanaItems()@NotNull Collection<BandanaItem>BandanaItemDaoImpl.getAllBandanaItems()Methods in com.atlassian.bamboo.bandana with parameters of type BandanaItemModifier and TypeMethodDescriptionintBandanaItem.compareTo(BandanaItem o) voidBandanaItemDao.save(@NotNull BandanaItem bandanaItem) voidBandanaItemDaoImpl.save(@NotNull BandanaItem bandanaItem) -
Uses of BandanaItem in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return BandanaItemModifier and TypeMethodDescriptionprotected @NotNull BandanaItemBandanaItemMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type BandanaItemModifier and TypeMethodDescriptionvoidBandanaItemMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<BandanaItem> bandanaItems, @NotNull BandanaItem object, long objectIndex, @NotNull org.hibernate.Session session) protected voidBandanaItemMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull BandanaItem object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidBandanaItemMapper.importProperties(@NotNull BandanaItem object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type BandanaItemModifier and TypeMethodDescriptionvoidBandanaItemMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<BandanaItem> bandanaItems, @NotNull BandanaItem object, long objectIndex, @NotNull org.hibernate.Session session)