Uses of Interface
com.atlassian.bamboo.commit.Commit
Package
Description
-
Uses of Commit in com.atlassian.bamboo.builder
Modifier and TypeMethodDescriptionstatic BuildResults
BuildResultsTestFactory.createWithChangeList
(List<Commit> expectedChangeList) -
Uses of Commit in com.atlassian.bamboo.commit
Modifier and TypeMethodDescriptionCommitDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitHibernateDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManager.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManagerImpl.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) Modifier 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
Modifier and TypeMethodDescription -
Uses of Commit in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull Commit
CommitMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionstatic com.google.common.base.Function<Commit,
RestChange> RestChange.createFromCommitFunction()
Deprecated.since 5.11 use the constructor -
Uses of Commit in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionStashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Modifier and TypeMethodDescription@Nullable String
StashWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Modifier and TypeMethodDescriptionStashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) -
Uses of Commit in com.atlassian.bamboo.results
ModifierConstructorDescriptionBuildResultsImpl
(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
Modifier 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
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<RepositoryChangesetImpl,
Commit> RepositoryChangesetImpl_.commits
Modifier and TypeMethodDescriptionRepositoryChangeset.getCommits()
RepositoryChangesetImpl.getCommits()
Modifier and TypeMethodDescriptionvoid
RepositoryChangeset.setCommits
(@NotNull Set<Commit> commits) void
RepositoryChangesetImpl.setCommits
(@NotNull Set<Commit> commits) -
Uses of Commit in com.atlassian.bamboo.webrepository
Modifier 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) Modifier and TypeMethodDescription@Nullable String
CommitUrlProvider.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Provide the url to link to the given commit in the web repository@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.@Nullable String
NoWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Modifier 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
Modifier and TypeMethodDescriptionFisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryData) Modifier and TypeMethodDescription@Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Modifier and TypeMethodDescriptionFisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryData) -
Uses of Commit in com.atlassian.bamboo.webrepository.stash
Modifier and TypeMethodDescriptionLegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.Modifier and TypeMethodDescription@Nullable String
LegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.Modifier and TypeMethodDescriptionLegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.