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 MutableDeploymentVersionVcsCommitDeploymentVersionVcsCommitMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.deployments.versions.migration.stream.commits with parameters of type MutableDeploymentVersionVcsCommitModifier and TypeMethodDescriptionvoidDeploymentVersionVcsCommitMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<MutableDeploymentVersionVcsCommit> list, @NotNull MutableDeploymentVersionVcsCommit object, long objectIndex, @NotNull org.hibernate.Session session) protected voidDeploymentVersionVcsCommitMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableDeploymentVersionVcsCommit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidDeploymentVersionVcsCommitMapper.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 TypeMethodDescriptionvoidDeploymentVersionVcsCommitMapper.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_.commitsMethods 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 TypeMethodDescriptionlongDeploymentVersionVcsCommitDao.scrollCommitsForExport(@NotNull Consumer<MutableDeploymentVersionVcsCommit> consumer) Scroll through and execute function for each of MutableDeploymentVersionVcsCommitImpl Objects passed to function are not fully initialized.longDeploymentVersionVcsCommitDaoImpl.scrollCommitsForExport(@NotNull Consumer<MutableDeploymentVersionVcsCommit> consumer) voidMutableDeploymentVersionVcsChangeset.setCommits(@NotNull Set<MutableDeploymentVersionVcsCommit> commits) voidMutableDeploymentVersionVcsChangesetImpl.setCommits(Set<MutableDeploymentVersionVcsCommit> commits)