Modifier and Type | Method and Description |
---|---|
protected static List<String> |
AbstractBuildStatusUpdater.getRelevantChangesetIds(ImmutableResultsSummary resultsSummary,
Predicate<RepositoryChangeset> isRelevantPredicate) |
protected abstract void |
AbstractBuildStatusUpdater.send(PlanResultEvent event,
ImmutablePlan plan,
ImmutableResultsSummary resultsSummary) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChainResultsSummary
Represents an execution result of a
Chain |
interface |
ImmutableChainResultsSummary |
Modifier and Type | Class and Description |
---|---|
class |
ChainResultsSummaryImpl |
Modifier and Type | Method and Description |
---|---|
ImmutableResultsSummary |
CloverReportLinker.getBuildResultsSummary() |
ImmutableResultsSummary |
ReportProvider.getBuildResultsSummary()
Returns build results
|
Modifier and Type | Class and Description |
---|---|
class |
BuildResultsSummaryDocument
A lucene implementation of an
AbstractResultsSummary which mirrors the BuildResultsSummary
object closely. |
class |
ChainResultsSummaryDocument |
Modifier and Type | Method and Description |
---|---|
int |
BuildResultsSummaryDocument.compareTo(ImmutableResultsSummary obj) |
Modifier and Type | Method and Description |
---|---|
String |
JiraIssueUtils.getRenderedString(String inputString,
ImmutableResultsSummary resultsSummary)
Renders valid jira issues in the input string, valid issues are determined by what is stored in the BuildResultSummary
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableResultsSummaryImpl |
Modifier and Type | Method and Description |
---|---|
ImmutableResultsSummary |
ImmutablePlanManagerImpl.getLatestResultForPlan(PlanKey planKey) |
ImmutableResultsSummary |
ImmutablePlanManager.getLatestResultForPlan(PlanKey planKey) |
ImmutableResultsSummary |
AbstractImmutableChain.getLatestResultsSummary() |
ImmutableResultsSummary |
ImmutablePlan.getLatestResultsSummary()
Get the latest finished result
|
Modifier and Type | Method and Description |
---|---|
protected void |
BitbucketBuildStatusUpdater.send(PlanResultEvent event,
ImmutablePlan plan,
ImmutableResultsSummary resultsSummary) |
Modifier and Type | Field and Description |
---|---|
protected List<? extends ImmutableResultsSummary> |
AbstractJiraRelatedAction.resultsList |
Modifier and Type | Method and Description |
---|---|
List<? extends ImmutableResultsSummary> |
AbstractJiraRelatedAction.getResultsList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJiraRelatedAction.setResultsList(List<? extends ImmutableResultsSummary> resultsList) |
Modifier and Type | Field and Description |
---|---|
ImmutableResultsSummary |
Result.buildSummary |
Constructor and Description |
---|
Result(ImmutableResultsSummary buildSummary,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
PlanRestService planRestService) |
Constructor and Description |
---|
RestTestResults(ImmutableResultsSummary buildSummary,
BuildResults buildResult,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
BitbucketServerBuildStatusUpdater.send(PlanResultEvent event,
ImmutablePlan plan,
ImmutableResultsSummary resultsSummary) |
Modifier and Type | Interface and Description |
---|---|
interface |
BuildResultsSummary
An interface which provides a database persisted version of the
BuildResults |
interface |
MutableBuildKeyResultsSummary |
interface |
ResultsSummary
Used to store the result of all
Plan executions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResultsSummary |
class |
BaseResultSummary
Base class for mutable and immutable result summaries.
|
class |
BuildResultsSummaryImpl |
Modifier and Type | Method and Description |
---|---|
int |
BaseResultSummary.compareTo(ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryClassHelper.isChainResult(ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryClassHelper.isJobResult(ImmutableResultsSummary resultsSummary) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ResultSummaryClassHelper.isChainResultClass(Class<? extends ImmutableResultsSummary> resultsSummaryClass) |
Modifier and Type | Method and Description |
---|---|
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
Class<T> summaryClass) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
Class<T> summaryClass,
LifeCycleState lifeCycleState,
BuildState buildState) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(String planKey,
int buildNumber,
Class<T> summaryClass) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.