Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.commits.MutableDeploymentVersionVcsCommit
Packages that use MutableDeploymentVersionVcsCommit
Package
Description
-
Uses of MutableDeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.history.commit
Constructors in com.atlassian.bamboo.deployments.versions.history.commit with parameters of type MutableDeploymentVersionVcsCommitModifierConstructorDescriptionDeploymentVersionVcsCommitImpl
(@NotNull MutableDeploymentVersionVcsCommit aCommit) -
Uses of MutableDeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.migration.stream.commits
Methods in com.atlassian.bamboo.deployments.versions.migration.stream.commits that return MutableDeploymentVersionVcsCommitModifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentVersionVcsCommit
DeploymentVersionVcsCommitMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.deployments.versions.migration.stream.commits with parameters of type MutableDeploymentVersionVcsCommitModifier 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) Method parameters in com.atlassian.bamboo.deployments.versions.migration.stream.commits with type arguments of type MutableDeploymentVersionVcsCommitModifier 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
Classes in com.atlassian.bamboo.deployments.versions.persistence.commits that implement MutableDeploymentVersionVcsCommitFields in com.atlassian.bamboo.deployments.versions.persistence.commits with type parameters of type MutableDeploymentVersionVcsCommitModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<MutableDeploymentVersionVcsChangesetImpl,
MutableDeploymentVersionVcsCommit> MutableDeploymentVersionVcsChangesetImpl_.commits
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return MutableDeploymentVersionVcsCommitModifier and TypeMethodDescriptionMethods in com.atlassian.bamboo.deployments.versions.persistence.commits that return types with arguments of type MutableDeploymentVersionVcsCommitModifier and TypeMethodDescription@NotNull Set<MutableDeploymentVersionVcsCommit>
MutableDeploymentVersionVcsChangeset.getCommits()
MutableDeploymentVersionVcsChangesetImpl.getCommits()
Method parameters in com.atlassian.bamboo.deployments.versions.persistence.commits with type arguments of type MutableDeploymentVersionVcsCommitModifier 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)