Uses of Class
com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionHistoryItem
-
Uses of PlanVcsRevisionHistoryItem in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull PlanVcsRevisionHistoryItem
PlanVcsRevisionHistoryMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
PlanVcsRevisionHistoryMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanVcsRevisionHistoryItem> artifactDefinitions, @NotNull PlanVcsRevisionHistoryItem object, long objectIndex, @NotNull org.hibernate.Session session) protected void
PlanVcsRevisionHistoryMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PlanVcsRevisionHistoryItem object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
PlanVcsRevisionHistoryMapper.importProperties
(@NotNull PlanVcsRevisionHistoryItem object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
PlanVcsRevisionHistoryMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanVcsRevisionHistoryItem> artifactDefinitions, @NotNull PlanVcsRevisionHistoryItem object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of PlanVcsRevisionHistoryItem in com.atlassian.bamboo.plan.vcsRevision
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,
Integer> PlanVcsRevisionHistoryItem_.buildNumber
static javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,
String> PlanVcsRevisionHistoryItem_.customXmlData
static javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,
PlanKey> PlanVcsRevisionHistoryItem_.planKey
static javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,
Long> PlanVcsRevisionHistoryItem_.repositoryId
static javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,
String> PlanVcsRevisionHistoryItem_.vcsRevisionKey
Modifier and TypeMethodDescription@Nullable PlanVcsRevisionHistoryItem
PlanVcsRevisionHistoryDao.findVcsRevisionHistoryItem
(@NotNull PlanKey planKey, long repositoryId, int buildNumber) Retrieves a specific history item.PlanVcsRevisionHistoryHibernateDao.findVcsRevisionHistoryItem
(@NotNull PlanKey planKey, long repositoryId, int buildNumber) Modifier and TypeMethodDescription@NotNull List<PlanVcsRevisionHistoryItem>
PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItems
(@NotNull PlanKey planKey) Retrieves a list of history items with the highest build number.@NotNull List<PlanVcsRevisionHistoryItem>
PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItems
(@NotNull PlanKey planKey) @NotNull List<PlanVcsRevisionHistoryItem>
PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber
(@NotNull PlanKey planKey, int buildNumber) Retrieves a list of history items with the highest build number that is lower than the argument.@NotNull List<PlanVcsRevisionHistoryItem>
PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber
(@NotNull PlanKey planKey, int buildNumber) Modifier and TypeMethodDescriptionvoid
PlanVcsRevisionHistoryDao.createChangeDetectionHistoryItem
(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) Inserts new history item.void
PlanVcsRevisionHistoryHibernateDao.createChangeDetectionHistoryItem
(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) void
PlanVcsRevisionHistoryDao.createOrUpdateChangeDetectionHistoryItem
(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) If item with the same plan key and build number exists it is updated with vcs information from the current one.void
PlanVcsRevisionHistoryHibernateDao.createOrUpdateChangeDetectionHistoryItem
(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) Modifier and TypeMethodDescriptionlong
PlanVcsRevisionHistoryHibernateStandaloneDao.scrollPlanVcsRevisionHistoryItemsForExport
(@NotNull Consumer<PlanVcsRevisionHistoryItem> consumer) long
PlanVcsRevisionHistoryStandaloneDao.scrollPlanVcsRevisionHistoryItemsForExport
(@NotNull Consumer<PlanVcsRevisionHistoryItem> consumer) Scroll through and execute function for each of PlanVcsRevisionHistoryItem Objects passed to function are not fully initialized.