Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.commits.MutableDeploymentVersionVcsCommit
Package
Description
-
Uses of MutableDeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.history.commit
ModifierConstructorDescriptionDeploymentVersionVcsCommitImpl
(@NotNull MutableDeploymentVersionVcsCommit aCommit) -
Uses of MutableDeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.migration.stream.commits
Modifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentVersionVcsCommit
DeploymentVersionVcsCommitMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
DeploymentVersionVcsCommitMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<MutableDeploymentVersionVcsCommit> list, @NotNull MutableDeploymentVersionVcsCommit object, long objectIndex, @NotNull org.hibernate.Session session) protected void
DeploymentVersionVcsCommitMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableDeploymentVersionVcsCommit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
DeploymentVersionVcsCommitMapper.importProperties
(@NotNull MutableDeploymentVersionVcsCommit commit, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
DeploymentVersionVcsCommitMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<MutableDeploymentVersionVcsCommit> list, @NotNull MutableDeploymentVersionVcsCommit object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of MutableDeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.persistence.commits
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<MutableDeploymentVersionVcsChangesetImpl,
MutableDeploymentVersionVcsCommit> MutableDeploymentVersionVcsChangesetImpl_.commits
Modifier and TypeMethodDescriptionModifier and TypeMethodDescription@NotNull Set<MutableDeploymentVersionVcsCommit>
MutableDeploymentVersionVcsChangeset.getCommits()
MutableDeploymentVersionVcsChangesetImpl.getCommits()
Modifier and TypeMethodDescriptionlong
DeploymentVersionVcsCommitDao.scrollCommitsForExport
(@NotNull Consumer<MutableDeploymentVersionVcsCommit> consumer) Scroll through and execute function for each of MutableDeploymentVersionVcsCommitImpl Objects passed to function are not fully initialized.long
DeploymentVersionVcsCommitDaoImpl.scrollCommitsForExport
(@NotNull Consumer<MutableDeploymentVersionVcsCommit> consumer) void
MutableDeploymentVersionVcsChangeset.setCommits
(@NotNull Set<MutableDeploymentVersionVcsCommit> commits) void
MutableDeploymentVersionVcsChangesetImpl.setCommits
(Set<MutableDeploymentVersionVcsCommit> commits)