| Modifier and Type | Method and Description |
|---|---|
protected static @NotNull List<String> |
AbstractBuildStatusUpdater.getRelevantChangesetIds(@NotNull ImmutableResultsSummary resultsSummary,
@NotNull Predicate<RepositoryChangeset> isRelevantPredicate) |
protected abstract void |
AbstractBuildStatusUpdater.send(@NotNull PlanResultEvent event,
@NotNull ImmutablePlan plan,
@NotNull 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 |
ReportProvider.getBuildResultsSummary()
Returns build results
|
@NotNull ImmutableResultsSummary |
CloverReportLinker.getBuildResultsSummary() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
JiraIssueUtils.getRenderedString(@Nullable String inputString,
@NotNull 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 |
|---|---|
@Nullable ImmutableResultsSummary |
ImmutablePlanManagerImpl.getLatestResultForPlan(PlanKey planKey) |
@Nullable ImmutableResultsSummary |
ImmutablePlanManager.getLatestResultForPlan(PlanKey planKey) |
ImmutableResultsSummary |
AbstractImmutableChain.getLatestResultsSummary() |
@Nullable ImmutableResultsSummary |
ImmutablePlan.getLatestResultsSummary()
Get the latest finished result
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractImmutablePlan.resetLatestResultsSummary(io.atlassian.util.concurrent.ResettableLazyReference<? extends ImmutableResultsSummary> latestResultsSummary,
int latestKnownBuildNumber,
boolean resetAverageBuildDuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BitbucketBuildStatusUpdater.send(@NotNull PlanResultEvent event,
@NotNull ImmutablePlan plan,
@NotNull 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 |
| Modifier and Type | Method and Description |
|---|---|
protected RestVariableList |
Result.getVariables(Function<ImmutableResultsSummary,Collection<VariableDefinitionContext>> variableStateProvider) |
| 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,
@Nullable BuildResults buildResult,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BitbucketServerBuildStatusUpdater.send(@NotNull PlanResultEvent event,
@NotNull ImmutablePlan plan,
@NotNull 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 |
ResultSummaryHelper.containsSpecsStatusMetadata(@NotNull ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryHelper.isBambooSpecFailure(@NotNull ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryHelper.isBambooSpecResult(@NotNull ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryHelper.isBambooSpecSuccess(@NotNull ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryClassHelper.isChainResult(@Nullable ImmutableResultsSummary resultsSummary) |
static boolean |
ResultSummaryClassHelper.isJobResult(@Nullable ImmutableResultsSummary resultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableResultsSummary |
BuildResultWarningSummaryImpl.getResultSummary() |
@NotNull ImmutableResultsSummary |
BuildResultWarningSummary.getResultSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildResultWarningSummaryImpl.setResultSummary(ImmutableResultsSummary resultSummary) |
| Constructor and Description |
|---|
BuildResultWarningSummaryImpl(ImmutableResultsSummary resultSummary,
long repositoryId,
long highPriorityCount,
long normalPriorityCount,
long lowPriorityCount) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull PlanResultKey planResultKey,
Class<T> summaryClass) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> summaryClass,
@NotNull LifeCycleState lifeCycleState,
@NotNull BuildState buildState) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull String planKey,
int buildNumber,
Class<T> summaryClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FreemarkerContext.isBambooSpecsFailure(@Nullable ImmutableResultsSummary buildResult) |
boolean |
FreemarkerContext.isBambooSpecsResult(@Nullable ImmutableResultsSummary buildResult) |
boolean |
FreemarkerContext.isBambooSpecsSuccess(@Nullable ImmutableResultsSummary buildResult) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.