Uses of Interface
com.atlassian.bamboo.commit.Commit
Packages that use Commit
Package
Description
-
Uses of Commit in com.atlassian.bamboo.builder
Method parameters in com.atlassian.bamboo.builder with type arguments of type CommitModifier and TypeMethodDescriptionstatic BuildResults
BuildResultsTestFactory.createWithChangeList
(List<Commit> expectedChangeList) -
Uses of Commit in com.atlassian.bamboo.commit
Classes in com.atlassian.bamboo.commit that implement CommitMethods in com.atlassian.bamboo.commit that return types with arguments of type CommitModifier and TypeMethodDescriptionCommitDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitHibernateDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManager.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManagerImpl.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) Method parameters in com.atlassian.bamboo.commit with type arguments of type CommitModifier and TypeMethodDescriptionlong
CommitDao.scrollCommitsForExport
(@NotNull Consumer<Commit> consumer) Scroll through and execute function for each of Commit Objects passed to function are not fully initialized.long
CommitHibernateDao.scrollCommitsForExport
(@NotNull Consumer<Commit> consumer) -
Uses of Commit in com.atlassian.bamboo.deployments.versions.persistence.commits
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type CommitModifier and TypeMethodDescription -
Uses of Commit in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return CommitModifier and TypeMethodDescriptionprotected @NotNull Commit
CommitMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitModifier and TypeMethodDescriptionvoid
CommitRootMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Commit> list, @NotNull Commit object, long objectIndex, @NotNull org.hibernate.Session session) protected void
CommitMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Commit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
CommitRootMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Commit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
CommitMapper.importProperties
(@NotNull Commit commit, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected void
CommitRootMapper.importProperties
(@NotNull Commit commit, @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 CommitModifier and TypeMethodDescriptionvoid
CommitRootMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Commit> list, @NotNull Commit object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of Commit in com.atlassian.bamboo.plugins.rest.model.build.change
Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return types with arguments of type CommitModifier and TypeMethodDescriptionstatic com.google.common.base.Function<Commit,
RestChange> RestChange.createFromCommitFunction()
Deprecated.since 5.11 use the constructorConstructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type Commit -
Uses of Commit in com.atlassian.bamboo.results
Constructor parameters in com.atlassian.bamboo.results with type arguments of type CommitModifierConstructorDescriptionBuildResultsImpl
(String buildKey, BuildState state, List<String> buildErrors, Collection<Commit> commits, ReasonForBuild reasonForBuild) Deprecated.Create the build results -
Uses of Commit in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type CommitModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Commit>
BaseResultSummary.getCommits()
com.google.common.collect.ImmutableList<Commit>
ImmutableResultsSummary.getCommits()
List of commits associated with the build represented by this summary -
Uses of Commit in com.atlassian.bamboo.resultsummary.vcs
Fields in com.atlassian.bamboo.resultsummary.vcs with type parameters of type CommitModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<RepositoryChangesetImpl,
Commit> RepositoryChangesetImpl_.commits
Methods in com.atlassian.bamboo.resultsummary.vcs that return types with arguments of type CommitModifier and TypeMethodDescriptionRepositoryChangeset.getCommits()
RepositoryChangesetImpl.getCommits()
Method parameters in com.atlassian.bamboo.resultsummary.vcs with type arguments of type CommitModifier and TypeMethodDescriptionvoid
RepositoryChangeset.setCommits
(@NotNull Set<Commit> commits) void
RepositoryChangesetImpl.setCommits
(@NotNull Set<Commit> commits)