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.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return types with arguments of type CommitModifier and TypeMethodDescriptionStashWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Methods in com.atlassian.bamboo.plugins.stash with parameters of type CommitModifier and TypeMethodDescription@Nullable StringStashWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Method parameters in com.atlassian.bamboo.plugins.stash with type arguments of type CommitModifier and TypeMethodDescriptionStashWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) -
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_.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) -
Uses of Commit in com.atlassian.bamboo.webrepository
Methods in com.atlassian.bamboo.webrepository that return types with arguments of type CommitModifier and TypeMethodDescriptionCommitUrlProvider.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Provide the urls to link all the given commits in the web repositoryDefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.NoWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Methods in com.atlassian.bamboo.webrepository with parameters of type CommitModifier and TypeMethodDescription@Nullable StringCommitUrlProvider.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Provide the url to link to the given commit in the web repository@Nullable StringDefaultWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.@Nullable StringNoWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Method parameters in com.atlassian.bamboo.webrepository with type arguments of type CommitModifier and TypeMethodDescriptionCommitUrlProvider.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Provide the urls to link all the given commits in the web repositoryDefaultWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.NoWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) -
Uses of Commit in com.atlassian.bamboo.webrepository.fisheye
Methods in com.atlassian.bamboo.webrepository.fisheye that return types with arguments of type CommitModifier and TypeMethodDescriptionFisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryData) Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CommitModifier and TypeMethodDescription@Nullable StringFisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Method parameters in com.atlassian.bamboo.webrepository.fisheye with type arguments of type CommitModifier and TypeMethodDescriptionFisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryData) -
Uses of Commit in com.atlassian.bamboo.webrepository.stash
Methods in com.atlassian.bamboo.webrepository.stash that return types with arguments of type CommitModifier and TypeMethodDescriptionLegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.Methods in com.atlassian.bamboo.webrepository.stash with parameters of type CommitModifier and TypeMethodDescription@Nullable StringLegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.Method parameters in com.atlassian.bamboo.webrepository.stash with type arguments of type CommitModifier and TypeMethodDescriptionLegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.