Uses of Class
com.atlassian.bamboo.bandana.BandanaItem
-
Packages that use BandanaItem Package Description com.atlassian.bamboo.bandana com.atlassian.bamboo.migration.stream -
-
Uses of BandanaItem in com.atlassian.bamboo.bandana
Fields in com.atlassian.bamboo.bandana with type parameters of type BandanaItem Modifier and Type Field Description static 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 BandanaItem Modifier and Type Method Description @Nullable BandanaItem
BandanaItemDao. getBandanaItem(BambooBandanaContext bandanaContext, String key)
BandanaItem
BandanaItemDaoImpl. getBandanaItem(@NotNull BambooBandanaContext bandanaContext, String key)
Methods in com.atlassian.bamboo.bandana that return types with arguments of type BandanaItem Modifier and Type Method Description @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 BandanaItem Modifier and Type Method Description int
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 BandanaItem Modifier and Type Method Description protected @NotNull BandanaItem
BandanaItemMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type BandanaItem Modifier and Type Method Description void
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 BandanaItem Modifier and Type Method Description void
BandanaItemMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<BandanaItem> bandanaItems, @NotNull BandanaItem object, long objectIndex, @NotNull org.hibernate.Session session)
-