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_.buildId
static javax.persistence.metamodel.SingularAttribute<BandanaItem,
Long> BandanaItem_.chainId
static javax.persistence.metamodel.SingularAttribute<BandanaItem,
String> BandanaItem_.key
static javax.persistence.metamodel.SingularAttribute<BandanaItem,
String> BandanaItem_.serializedData
Methods in com.atlassian.bamboo.bandana that return BandanaItemModifier and TypeMethodDescription@Nullable BandanaItem
BandanaItemDao.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 TypeMethodDescriptionint
BandanaItem.compareTo
(BandanaItem o) void
BandanaItemDao.save
(@NotNull BandanaItem bandanaItem) void
BandanaItemDaoImpl.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 BandanaItem
BandanaItemMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type BandanaItemModifier and TypeMethodDescriptionvoid
BandanaItemMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<BandanaItem> bandanaItems, @NotNull BandanaItem object, long objectIndex, @NotNull org.hibernate.Session session) protected void
BandanaItemMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull BandanaItem object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
BandanaItemMapper.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 TypeMethodDescriptionvoid
BandanaItemMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<BandanaItem> bandanaItems, @NotNull BandanaItem object, long objectIndex, @NotNull org.hibernate.Session session)