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 BuildResultsBuildResultsTestFactory.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 TypeMethodDescriptionlongCommitDao.scrollCommitsForExport(@NotNull Consumer<Commit> consumer) Scroll through and execute function for each of Commit Objects passed to function are not fully initialized.longCommitHibernateDao.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 CommitCommitMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitModifier and TypeMethodDescriptionvoidCommitRootMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<Commit> list, @NotNull Commit object, long objectIndex, @NotNull org.hibernate.Session session) protected voidCommitMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Commit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidCommitRootMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Commit commit, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidCommitMapper.importProperties(@NotNull Commit commit, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidCommitRootMapper.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 TypeMethodDescriptionvoidCommitRootMapper.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 jakarta.persistence.metamodel.SetAttribute<RepositoryChangesetImpl, Commit> RepositoryChangesetImpl_.commitsMethods 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 TypeMethodDescriptionvoidRepositoryChangeset.setCommits(@NotNull Set<Commit> commits) voidRepositoryChangesetImpl.setCommits(@NotNull Set<Commit> commits)