Uses of Interface
com.atlassian.bamboo.resultsummary.ImmutableResultsSummary
-
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.build.status
Methods in com.atlassian.bamboo.build.status with parameters of type ImmutableResultsSummary Modifier and Type Method 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)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.chains
Subinterfaces of ImmutableResultsSummary in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
ChainResultsSummary
Represents an execution result of aChain
interface
ImmutableChainResultsSummary
Classes in com.atlassian.bamboo.chains that implement ImmutableResultsSummary Modifier and Type Class Description class
ChainResultsSummaryImpl
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage that return ImmutableResultsSummary Modifier and Type Method Description @NotNull ImmutableResultsSummary
CloverReportLinker. getBuildResultsSummary()
ImmutableResultsSummary
ReportProvider. getBuildResultsSummary()
Returns build results -
Uses of ImmutableResultsSummary in com.atlassian.bamboo.jira.jiraissues
Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type ImmutableResultsSummary Modifier and Type Method 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 -
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableResultsSummary Modifier and Type Class Description class
ImmutableResultsSummaryImpl
Methods in com.atlassian.bamboo.plan.cache that return ImmutableResultsSummary Modifier and Type Method Description @Nullable ImmutableResultsSummary
ImmutablePlanManager. getLatestResultForPlan(@NotNull ImmutableChain immutableChain)
@Nullable ImmutableResultsSummary
ImmutablePlanManager. getLatestResultForPlan(PlanKey planKey)
@Nullable ImmutableResultsSummary
ImmutablePlanManagerImpl. getLatestResultForPlan(@NotNull ImmutableChain immutableChain)
@Nullable ImmutableResultsSummary
ImmutablePlanManagerImpl. getLatestResultForPlan(PlanKey planKey)
ImmutableResultsSummary
AbstractImmutableChain. getLatestResultsSummary()
@Nullable ImmutableResultsSummary
ImmutablePlan. getLatestResultsSummary()
Get the latest finished resultMethod parameters in com.atlassian.bamboo.plan.cache with type arguments of type ImmutableResultsSummary Modifier and Type Method Description protected void
AbstractImmutablePlan. resetLatestResultsSummary(io.atlassian.util.concurrent.ResettableLazyReference<? extends ImmutableResultsSummary> latestResultsSummary, int latestKnownBuildNumber, boolean resetAverageBuildDuration)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plugins.bitbucket.events
Methods in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type ImmutableResultsSummary Modifier and Type Method Description protected void
BitbucketBuildStatusUpdater. send(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Fields in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax with type parameters of type ImmutableResultsSummary Modifier and Type Field Description protected List<? extends ImmutableResultsSummary>
AbstractJiraRelatedAction. resultsList
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax that return types with arguments of type ImmutableResultsSummary Modifier and Type Method Description List<? extends ImmutableResultsSummary>
AbstractJiraRelatedAction. getResultsList()
Method parameters in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax with type arguments of type ImmutableResultsSummary Modifier and Type Method Description void
AbstractJiraRelatedAction. setResultsList(List<? extends ImmutableResultsSummary> resultsList)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plugins.rest.model.build
Fields in com.atlassian.bamboo.plugins.rest.model.build declared as ImmutableResultsSummary Modifier and Type Field Description ImmutableResultsSummary
Result. buildSummary
Method parameters in com.atlassian.bamboo.plugins.rest.model.build with type arguments of type ImmutableResultsSummary Modifier and Type Method Description protected RestVariableList
Result. getVariables(Function<ImmutableResultsSummary,Collection<VariableDefinitionContext>> variableStateProvider)
Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ImmutableResultsSummary Constructor Description Result(ImmutableResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, PlanRestService planRestService)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plugins.rest.model.build.test
Constructors in com.atlassian.bamboo.plugins.rest.model.build.test with parameters of type ImmutableResultsSummary Constructor Description RestTestResults(ImmutableResultsSummary buildSummary, @NotNull Supplier<BuildResults> buildResult, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type ImmutableResultsSummary Modifier and Type Method Description protected void
BitbucketServerBuildStatusUpdater. send(@NotNull PlanResultEvent event, @NotNull ImmutablePlan plan, @NotNull ImmutableResultsSummary resultsSummary)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.resultsummary
Subinterfaces of ImmutableResultsSummary in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummary
An interface which provides a database persisted version of theBuildResults
interface
MutableBuildKeyResultsSummary
interface
ResultsSummary
Used to store the result of allPlan
executionsClasses in com.atlassian.bamboo.resultsummary that implement ImmutableResultsSummary Modifier and Type Class Description class
AbstractResultsSummary
class
BaseResultSummary
Base class for mutable and immutable result summaries.class
BuildResultsSummaryImpl
Methods in com.atlassian.bamboo.resultsummary with parameters of type ImmutableResultsSummary Modifier and Type Method 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)
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type ImmutableResultsSummary Modifier and Type Method Description static boolean
ResultSummaryClassHelper. isChainResultClass(@NotNull Class<? extends ImmutableResultsSummary> resultsSummaryClass)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.resultsummary.warning
Methods in com.atlassian.bamboo.resultsummary.warning that return ImmutableResultsSummary Modifier and Type Method Description @NotNull ImmutableResultsSummary
BuildResultWarningSummary. getResultSummary()
@NotNull ImmutableResultsSummary
BuildResultWarningSummaryImpl. getResultSummary()
Methods in com.atlassian.bamboo.resultsummary.warning with parameters of type ImmutableResultsSummary Modifier and Type Method Description void
BuildResultWarningSummaryImpl. setResultSummary(ImmutableResultsSummary resultSummary)
Constructors in com.atlassian.bamboo.resultsummary.warning with parameters of type ImmutableResultsSummary Constructor Description BuildResultWarningSummaryImpl(ImmutableResultsSummary resultSummary, long repositoryId, long highPriorityCount, long normalPriorityCount, long lowPriorityCount)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with type parameters of type ImmutableResultsSummary Modifier and Type Method Description static <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper. mockResultsSummary(@NotNull PlanResultKey planResultKey, @NotNull Class<T> summaryClass, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState)
static <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper. mockResultsSummary(@NotNull PlanResultKey planResultKey, Class<T> summaryClass)
static <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper. mockResultsSummary(@NotNull String planKey, int buildNumber, Class<T> summaryClass)
-
Uses of ImmutableResultsSummary in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type ImmutableResultsSummary Modifier and Type Method Description boolean
FreemarkerContext. isBambooSpecsFailure(@Nullable ImmutableResultsSummary buildResult)
boolean
FreemarkerContext. isBambooSpecsResult(@Nullable ImmutableResultsSummary buildResult)
boolean
FreemarkerContext. isBambooSpecsSuccess(@Nullable ImmutableResultsSummary buildResult)
-