Uses of Class
com.atlassian.bamboo.resultsummary.vcs.RelevantChangeset
-
Packages that use RelevantChangeset Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.resultsummary.vcs -
-
Uses of RelevantChangeset in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return RelevantChangeset Modifier and Type Method Description protected @NotNull RelevantChangeset
RelevantChangesetsMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream that return types with arguments of type RelevantChangeset Modifier and Type Method Description @NotNull List<RelevantChangeset>
RelevantChangesetsMapper. importListXml(@NotNull org.hibernate.Session session, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type RelevantChangeset Modifier and Type Method Description void
RelevantChangesetsMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RelevantChangeset> relevantChangesets, @NotNull RelevantChangeset relevantChangeset, long objectIndex, @NotNull org.hibernate.Session session)
protected void
RelevantChangesetsMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RelevantChangeset changeset, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
RelevantChangesetsMapper. importProperties(@NotNull RelevantChangeset changeset, @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 RelevantChangeset Modifier and Type Method Description void
RelevantChangesetsMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RelevantChangeset> relevantChangesets, @NotNull RelevantChangeset relevantChangeset, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of RelevantChangeset in com.atlassian.bamboo.resultsummary.vcs
Method parameters in com.atlassian.bamboo.resultsummary.vcs with type arguments of type RelevantChangeset Modifier and Type Method Description void
RepositoryChangesetDao. saveRelevantChangesets(List<RelevantChangeset> relevantChangesets)
Deprecated.since 3.3 only used by export/importvoid
RepositoryChangesetHibernateDao. saveRelevantChangesets(List<RelevantChangeset> relevantChangesets)
long
RepositoryChangesetDao. scrollRelevantChangesetsForExport(Consumer<RelevantChangeset> consumer)
Deprecated.since 3.3 only used by export/importlong
RepositoryChangesetHibernateDao. scrollRelevantChangesetsForExport(Consumer<RelevantChangeset> consumer)
-