| Package | Description |
|---|---|
| com.atlassian.bamboo.commit | |
| com.atlassian.bamboo.resultsummary | |
| com.atlassian.bamboo.resultsummary.vcs | |
| com.atlassian.bamboo.webrepository |
| Modifier and Type | Method and Description |
|---|---|
RepositoryChangeset |
Commit.getRepositoryChangeset() |
| Modifier and Type | Method and Description |
|---|---|
void |
Commit.setRepositoryChangeset(RepositoryChangeset repositoryChangeset) |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryChangeset> |
ImmutableResultsSummary.getRepositoryChangesets() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryChangeset |
RepositoryChangesetDao.findById(long id) |
RepositoryChangeset |
RepositoryChangesetDao.findChangesetByResultId(long resultsSummaryId)
Deprecated.
since 3.3 only for backward compatibility in import
|
RepositoryChangeset |
RepositoryChangesetManager.getRepositoryChangeset(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryChangeset> |
RepositoryChangesetDao.getChangesetsForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber)
Finds and returns all repository change sets related with build results from specified range.
|
| Modifier and Type | Method and Description |
|---|---|
long |
RepositoryChangesetDao.scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,Void> function)
Deprecated.
since 3.3
|
| Modifier and Type | Method and Description |
|---|---|
String |
WebRepositoryViewer.getHtmlForCommitsFull(ResultsSummary resultsSummary,
RepositoryChangeset repositoryChangeset,
RepositoryData repositoryData)
Renders the html to display the full commits on the changes tab.
|
String |
WebRepositoryViewer.getHtmlForCommitsSummary(ResultsSummary resultsSummary,
RepositoryChangeset repositoryChangeset,
RepositoryData repositoryData,
int maxChanges)
Renders the html to display a summary of the commits on the Build Results Summary tab.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.