| Modifier and Type | Method and Description |
|---|---|
static BuildResults |
BuildResultsTestFactory.createWithChangeList(List<Commit> expectedChangeList) |
| Modifier and Type | Method and Description |
|---|---|
Set<Commit> |
CommitManager.getCommitsForResult(ResultsSummary resultsSummary) |
List<Commit> |
CommitDao.getCommitsForResult(ResultsSummary resultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
long |
CommitDao.scrollCommitsForExport(com.google.common.base.Function<Commit,Void> function)
Scroll through and execute function for each of Commit
Objects passed to function are not fully initialized.
|
| Constructor and Description |
|---|
BuildResultsImpl(String buildKey,
BuildState state,
List<String> buildErrors,
Collection<Commit> commits,
ReasonForBuild reasonForBuild)
Deprecated.
Create the build results
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Commit> |
ImmutableResultsSummary.getCommits()
List of commits associated with the build represented by this summary
|
| Modifier and Type | Method and Description |
|---|---|
Set<Commit> |
RepositoryChangeset.getCommits() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryChangeset.setCommits(Set<Commit> commits) |
| Modifier and Type | Method and Description |
|---|---|
Map<Commit,String> |
CommitUrlProvider.getWebRepositoryUrlForCommits(Collection<Commit> commits,
RepositoryData repositoryDefinition)
Provide the urls to link all the given commits in the web repository
|
| Modifier and Type | Method and Description |
|---|---|
String |
CommitUrlProvider.getWebRepositoryUrlForCommit(Commit commit,
RepositoryData repositoryData)
Provide the url to link to the given commit in the web repository
|
| Modifier and Type | Method and Description |
|---|---|
Map<Commit,String> |
CommitUrlProvider.getWebRepositoryUrlForCommits(Collection<Commit> commits,
RepositoryData repositoryDefinition)
Provide the urls to link all the given commits in the web repository
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.