Uses of Interface
com.atlassian.bamboo.resultsummary.ResultsSummary
Packages that use ResultsSummary
Package
Description
-
Uses of ResultsSummary in com.atlassian.bamboo.author
Fields in com.atlassian.bamboo.author with type parameters of type ResultsSummaryModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.allTriggeredBuildResults
static javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.breakages
static javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.failedBuilds
static javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.fixes
static javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.successfulBuilds
static javax.persistence.metamodel.ListAttribute<AuthorImpl,
ResultsSummary> AuthorImpl_.triggeredBuildResults
Methods in com.atlassian.bamboo.author that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
ExtendedAuthorManager.findBuildResultsBrokenByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
HibernateAuthorManagerImpl.findBuildResultsBrokenByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
ExtendedAuthorManager.findBuildResultsFailedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
HibernateAuthorManagerImpl.findBuildResultsFailedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
ExtendedAuthorManager.findBuildResultsFixedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
HibernateAuthorManagerImpl.findBuildResultsFixedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
ExtendedAuthorManager.findBuildResultsSuccessfulByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
HibernateAuthorManagerImpl.findBuildResultsSuccessfulByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
ExtendedAuthorManager.findBuildResultsTriggeredByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
HibernateAuthorManagerImpl.findBuildResultsTriggeredByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull Collection<ResultsSummary>
ExtendedAuthorManager.findLatestBuildBrokenByAuthorInEachPlan
(ExtendedAuthor author) Retrieves the last build broken by author for all the plans.@NotNull Collection<ResultsSummary>
HibernateAuthorManagerImpl.findLatestBuildBrokenByAuthorInEachPlan
(ExtendedAuthor author) ExtendedAuthorManager.findRecentResultsTriggeredByAuthors
(List<ExtendedAuthor> author, int maxDays) Retrieve all build results triggered by the author in the last X daysHibernateAuthorManagerImpl.findRecentResultsTriggeredByAuthors
(List<ExtendedAuthor> authors, int maxDays) Author.getAllTriggeredBuildResults()
Gets all builds triggered by the authorAuthorImpl.getAllTriggeredBuildResults()
Deprecated.Get all builds triggered by this author for reporting purpose.ChangeAuthor.getAllTriggeredBuildResults()
Author.getBreakages()
Get the build results broken by the author.AuthorImpl.getBreakages()
Deprecated.Get up toAuthorImpl.MAX_RESULT_COUNT
last broken builds triggered by this author.ChangeAuthor.getBreakages()
@NotNull List<ResultsSummary>
AuthorDao.getBuildResultsBrokenByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorHibernateDao.getBuildResultsBrokenByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorDao.getBuildResultsFailedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorHibernateDao.getBuildResultsFailedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorDao.getBuildResultsFixedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorHibernateDao.getBuildResultsFixedByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorDao.getBuildResultsSuccessfulByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorHibernateDao.getBuildResultsSuccessfulByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorDao.getBuildResultsTriggeredByAuthor
(ExtendedAuthor author, int maxResultCount) @NotNull List<ResultsSummary>
AuthorHibernateDao.getBuildResultsTriggeredByAuthor
(ExtendedAuthor author, int maxResultCount) Author.getFailedBuilds()
Gets all the builds triggered by the author that failed.AuthorImpl.getFailedBuilds()
Deprecated.Get up toAuthorImpl.MAX_RESULT_COUNT
last failed builds triggered by this author.ChangeAuthor.getFailedBuilds()
Author.getFixes()
Get the build results fixed by the author A build is deemed fixed by the author if the build they triggered was successful and the previous one failed.AuthorImpl.getFixes()
Deprecated.Get up toAuthorImpl.MAX_RESULT_COUNT
last fixed builds triggered by this author.ChangeAuthor.getFixes()
AuthorDao.getRecentResultsTriggeredByAuthors
(List<ExtendedAuthor> author, int maxDays) Retrieve all build results triggered by the author in the last X days@NotNull List<ResultsSummary>
AuthorHibernateDao.getRecentResultsTriggeredByAuthors
(List<ExtendedAuthor> authors, int daysToFilter) Author.getSuccessfulBuilds()
Gets all the builds triggered by the author that was successful.AuthorImpl.getSuccessfulBuilds()
Deprecated.Get up toAuthorImpl.MAX_RESULT_COUNT
last successful builds triggered by this author.ChangeAuthor.getSuccessfulBuilds()
Author.getTriggeredBuildResults()
Gets all builds triggered by the author Depending on implementation number of results may be limited to arbitrary valueAuthorImpl.getTriggeredBuildResults()
Deprecated.Get up toAuthorImpl.MAX_RESULT_COUNT
last triggered by this author.ChangeAuthor.getTriggeredBuildResults()
Methods in com.atlassian.bamboo.author with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ChangeAuthor.addTriggeredBuildResult
(ResultsSummary resultsSummary) AuthorDao.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) Retrieve unique set of authors that contributed to commits related to a given ResultsSummaryAuthorHibernateDao.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) ExtendedAuthorManager.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) Retrieve unique set of authors that contributed to commits related to a given ResultsSummaryHibernateAuthorManagerImpl.getAuthorsByResultSummary
(@NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.author.collector
Methods in com.atlassian.bamboo.author.collector that return types with arguments of type ResultsSummaryMethod parameters in com.atlassian.bamboo.author.collector with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionprotected org.jfree.data.time.TimeTableXYDataset
AbstractAuthorReportCollector.populateDataSet
(Collection<ResultsSummary> results, org.jfree.data.time.TimeTableXYDataset dataset, String seriesName) void
AbstractAuthorReportCollector.setAuthorBuilds
(Map<String, List<ResultsSummary>> authorBuilds) -
Uses of ResultsSummary in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return ResultsSummaryModifier and TypeMethodDescriptionprotected ResultsSummary
ResponsibilitiesUpdatedNotificationListener.calculateAndUpdateResultSummary
(UserResponsibilityEvent event, @NotNull ImmutablePlan plan) Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected List<NotificationRecipient>
ResponsibilitiesUpdatedNotificationListener.calculateRecipients
(@NotNull UserResponsibilityEvent event, @NotNull ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) void
ResponsibleRecipient.setResultsSummary
(ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as ResultsSummaryFields in com.atlassian.bamboo.build with type parameters of type ResultsSummaryModifier and TypeFieldDescriptionprotected List<ResultsSummary>
PlanResultsAction.neighbouringSummaries
Methods in com.atlassian.bamboo.build that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
BuildStatusHelper.getFailingSinceBuild()
If the currentBuildResult is set and failing then return first failed BuildResultSummary in series.@Nullable ResultsSummary
ChainResultsAction.getFailingSinceForTest
(@Nullable TestCaseResult testCaseResult) @Nullable ResultsSummary
BuildStatusHelper.getFirstBuildInSequence()
Poorly named method.@Nullable ResultsSummary
BuildStatusHelper.getFixedInBuild()
If the currentBuildResult is set and not successful then return first successful BuildResultSummary after this one.@Nullable ResultsSummary
BuildStatusHelper.getFixesBuild()
If the currentBuildResult is set and successful then return first failed BuildResultSummary in series that preceded currentBuildResult.@Nullable ResultsSummary
ViewBuild.getLastSuccessfulSummary()
@Nullable ResultsSummary
ViewBuild.getLatestSummary()
@Nullable ResultsSummary
BuildStatusHelper.getPreviousSuccessfulBuild()
PlanResultsAction.getResultsSummary()
@Nullable ResultsSummary
BuildStatusHelper.getSucceedingSinceBuild()
If the currentBuildResult is set and successful then return first successful BuildResultSummary in series.Methods in com.atlassian.bamboo.build that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull PartialList<ResultsSummary>
JiraIssueResultsManager.findBuildResultsByJiraIssueKey
(@NotNull List<String> issueKeys, int maxResults) Finds a list of completed Build Results given issue keys@NotNull PartialList<ResultsSummary>
JiraIssueResultsManagerImpl.findBuildResultsByJiraIssueKey
(@NotNull List<String> issueKeys, int maxResults) @NotNull PartialList<? extends ResultsSummary>
JiraIssueResultsManager.findBuildResultsByProjectKey
(@NotNull String projectKey, int maxResults) Finds completed Build Results given a project key@NotNull PartialList<? extends ResultsSummary>
JiraIssueResultsManagerImpl.findBuildResultsByProjectKey
(@NotNull String projectKey, int maxResults) @NotNull PartialList<? extends ResultsSummary>
JiraIssueResultsManager.findBuildResultsByProjectKeys
(@NotNull List<String> projectKeys, int maxResults) Finds build results given a project keys@NotNull PartialList<? extends ResultsSummary>
JiraIssueResultsManagerImpl.findBuildResultsByProjectKeys
(@NotNull List<String> projectKeys, int maxResults) ViewBuildResults.getConsumedSubscriptions()
@NotNull List<ResultsSummary>
ListBuildResults.getFilteredResultsList
(int firstResult, int maxResults) @NotNull List<ResultsSummary>
PlanResultsAction.getNeighbouringSummaries()
ListBuildResults.getResultsList()
List<? extends ResultsSummary>
ViewBuild.getResultsList()
Provide the GUI with the collection ofBuildResultsSummary
objects for the specified build.Methods in com.atlassian.bamboo.build with parameters of type ResultsSummaryModifier and TypeMethodDescription@Nullable String
ChainResultsAction.getFailingSinceForTestString
(@Nullable ResultsSummary resultsSummary, @Nullable TestCaseResult testCaseResult) com.google.common.collect.ImmutableList<RepositoryChangeset>
PlanResultsAction.getRepositoryChangesetsWithNotBlankRevision
(@NotNull ResultsSummary resultsSummary) int
PlanResultsAction.getSkippedCommitsCount
(@NotNull ResultsSummary resultsSummary) PlanResultsAction.getTriggerReasonLongDescriptionHtml
(ResultsSummary resultsSummary) void
PlanResultsAction.setResultsSummary
(ResultsSummary buildResults) Method parameters in com.atlassian.bamboo.build with type arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>
JiraIssueResultsManager.findJiraIssuesForBuildResults
(@NotNull List<ResultsSummary> buildResults) Finds a list of jira issues linked to the given build results@NotNull List<LinkedJiraIssue>
JiraIssueResultsManagerImpl.findJiraIssuesForBuildResults
(@NotNull List<ResultsSummary> buildResults) void
ViewBuild.setResultsList
(List<? extends ResultsSummary> results) Constructors in com.atlassian.bamboo.build with parameters of type ResultsSummaryModifierConstructorDescriptionBuildStatusHelper
(@Nullable ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull ResultsSummary currentBuildResult, @NotNull ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummary in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
ArtifactLink.getBuildResultsSummary()
DefaultArtifactLink.getBuildResultsSummary()
Methods in com.atlassian.bamboo.build.artifact with parameters of type ResultsSummaryModifier and TypeMethodDescriptionstatic DefaultArtifactLink
DefaultArtifactLink.createForExport
(long artifactLinkId, ResultsSummary buildResultsSummary, Optional<? extends BuildResultsSummary> producerJobResult, MutableArtifact artifact) Create DefaultArtifactLink for use in export mapper@NotNull Collection<ArtifactLink>
ArtifactLinkDao.findArtifactLinks
(@NotNull String label, @NotNull ResultsSummary resultsSummary) @NotNull Collection<ArtifactLink>
ArtifactLinkHibernateDao.findArtifactLinks
(@NotNull String label, @NotNull ResultsSummary resultsSummary) @NotNull Collection<ArtifactLink>
ArtifactLinkDao.getArtifactLinks
(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink>
ArtifactLinkHibernateDao.getArtifactLinks
(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink>
ArtifactLinkManager.getArtifactLinks
(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) @NotNull Collection<ArtifactLink>
DefaultArtifactLinkManager.getArtifactLinks
(@NotNull ResultsSummary resultsSummary, @Nullable String linkType) protected void
DefaultArtifactLink.setBuildResultsSummary
(ResultsSummary resultsSummary) Constructors in com.atlassian.bamboo.build.artifact with parameters of type ResultsSummaryModifierConstructorDescriptionDefaultArtifactLink
(String name, boolean sharedArtifact, @NotNull ResultsSummary planResultsSummary, @Nullable BuildResultsSummary producerJobResult, String linkType, Long size) -
Uses of ResultsSummary in com.atlassian.bamboo.build.expiry
Methods in com.atlassian.bamboo.build.expiry with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected long
BuildExpiryBeanImpl.expireBuildPlan
(@NotNull BuildExpiryConfig config, @NotNull ImmutablePlan plan, @NotNull ResultsSummary lastResultsSummary) Method parameters in com.atlassian.bamboo.build.expiry with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionlong
BuildExpiryBatchProcessor.expire
(@NotNull BiFunction<ResultsSummary, BuildExpiryConfig, Boolean> resultSummaryExpiry) Runs the expiry process and apply the given resultSummaryExpiry on each results summary found. -
Uses of ResultsSummary in com.atlassian.bamboo.build.statistics
Methods in com.atlassian.bamboo.build.statistics that return ResultsSummaryModifier and TypeMethodDescriptionFailurePeriod.getBreakingBuild()
FailurePeriod.getFixingBuild()
FailurePeriod.getRemovedInBuild()
Methods in com.atlassian.bamboo.build.statistics with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
FailurePeriod.addFailingBuild
(ResultsSummary build) void
FailurePeriod.setBreakingBuild
(ResultsSummary breakingBuild) void
FailurePeriod.setFixingBuild
(ResultsSummary fixingBuild) void
FailurePeriod.setRemovedInBuild
(ResultsSummary removedInBuild) Method parameters in com.atlassian.bamboo.build.statistics with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
StatisticsCollectorImpl.init
(@NotNull List<? extends ResultsSummary> results) void
FailurePeriod.setAlsoFailingInBuilds
(List<ResultsSummary> alsoFailingInBuilds) Constructor parameters in com.atlassian.bamboo.build.statistics with type arguments of type ResultsSummaryModifierConstructorDescriptionStatisticsCollectorImpl
(@Nullable ImmutablePlan plan, @Nullable List<? extends ResultsSummary> results) Class which takes in aCollection
ofResultStatisticsProvider
objects and produces some statistics about it. -
Uses of ResultsSummary in com.atlassian.bamboo.builder.resultsfilter
Methods in com.atlassian.bamboo.builder.resultsfilter that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
AllBuildResultsFilter.getResultsForPlan
(@Nullable ImmutablePlan plan) @NotNull List<ResultsSummary>
BuildResultsFilter.getResultsForPlan
(@Nullable ImmutablePlan plan) Obtain a collection ofResultsSummary
for the specified plan The number returned will depend on the filter applied.@NotNull List<ResultsSummary>
Latest25FiveBuildResultsFilter.getResultsForPlan
(ImmutablePlan plan) @NotNull List<ResultsSummary>
TimeAgoBuildResultsFilter.getResultsForPlan
(@Nullable ImmutablePlan plan) -
Uses of ResultsSummary in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type ResultsSummaryMethod parameters in com.atlassian.bamboo.buildqueue with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ViewRunningPlans.setRunningPlans
(Collection<ResultsSummary> runningPlans) -
Uses of ResultsSummary in com.atlassian.bamboo.chains
Subinterfaces of ResultsSummary in com.atlassian.bamboo.chainsClasses in com.atlassian.bamboo.chains that implement ResultsSummaryMethods in com.atlassian.bamboo.chains that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
ChainResultsSummaryImpl.getOrderedJobResultSummaries()
@NotNull List<ResultsSummary>
ImmutableChainResultsSummary.getOrderedJobResultSummaries()
Returns all jobsResultsSummary
related to chain result summary Summaries are ordered by stages -
Uses of ResultsSummary in com.atlassian.bamboo.charts
Fields in com.atlassian.bamboo.charts with type parameters of type ResultsSummaryModifier and TypeFieldDescriptionprotected Map<Integer,
ResultsSummary> BuildTimesChart.buildResults
protected final List<ResultsSummary>
BuildFailuresChart.filteredResults
protected final List<ResultsSummary>
BuildTimesChart.filteredResults
Methods in com.atlassian.bamboo.charts that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionChartManager.prepareResultList
(Map<String, String[]> contextMap) DefaultChartManager.prepareResultList
(Map<String, String[]> contextMap) Methods in com.atlassian.bamboo.charts with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected void
BuildTimesChart.addDataSet
(ResultsSummary resultsSummary, org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet) protected void
BuildFailuresChart.appendTooltipSuffix
(StringBuilder tooltip, ResultsSummary buildResultsSummary) protected void
BuildTimesChart.appendTooltipSuffix
(StringBuilder tooltip, ResultsSummary buildResultsSummary) Method parameters in com.atlassian.bamboo.charts with type arguments of type ResultsSummaryModifier and TypeMethodDescription@Nullable ReportCollector
ChartManager.getReportCollector
(List<ResultsSummary> resultsList, Map<String, String[]> contextMap) @Nullable ReportCollector
DefaultChartManager.getReportCollector
(List<ResultsSummary> resultsList, Map<String, String[]> contextMap) Constructor parameters in com.atlassian.bamboo.charts with type arguments of type ResultsSummaryModifierConstructorDescriptionBuildFailuresChart
(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull String series) BuildTimesChart
(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull String seriesLabel) CombinedBuildSummaryByBuildChart
(int height, int width, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull com.atlassian.core.i18n.I18nTextProvider i18n) CombinedBuildSummaryByTimeChart
(int height, int width, String periodRange, List<? extends ResultsSummary> filteredResults, @NotNull com.atlassian.core.i18n.I18nTextProvider i18n) -
Uses of ResultsSummary in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage that return types with arguments of type ResultsSummaryMethod parameters in com.atlassian.bamboo.clover.build.coverage with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ViewCloverCoverageSummary.setResultsList
(List<? extends ResultsSummary> resultsList) Constructors in com.atlassian.bamboo.clover.build.coverage with parameters of type ResultsSummaryModifierConstructorDescriptionCloverReportLinker
(@NotNull ResultsSummary summary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull String baseUrl) -
Uses of ResultsSummary in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage that return ResultsSummaryModifier and TypeMethodDescriptionprotected ResultsSummary
CloverDeltaCalculator.getPreviousBuildResultsSummary()
-
Uses of ResultsSummary in com.atlassian.bamboo.clover.reports.collector
Method parameters in com.atlassian.bamboo.clover.reports.collector with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
CloverPerBuildCoverageCollector.setResultsList
(@NotNull List<? extends ResultsSummary> resultsList) -
Uses of ResultsSummary in com.atlassian.bamboo.comment
Methods in com.atlassian.bamboo.comment with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
CommentService.deleteComment
(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary) Deprecated.since 5.0 use deleteComment(comment)void
CommentServiceImpl.deleteComment
(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.commit
Methods in com.atlassian.bamboo.commit with parameters of type ResultsSummaryModifier and TypeMethodDescriptionCommitDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitHibernateDao.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManager.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) CommitManagerImpl.getCommitsForResult
(@NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<DeploymentProjectStatusForResultSummary>
CachedDeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlanResult
(@NotNull ResultsSummary resultsSummary) Retrieve the deployment projects that are linked to a specific result.@NotNull List<DeploymentProjectStatusForResultSummary>
CachedDeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlanResult
(@NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
DeploymentProjectStatusForResultSummary.getFutureVersionResult()
If there is no related version, this property contains the build result used to create the first version, which is associated with the build results of the same Plan.DeploymentProjectStatusForResultSummaryImpl.getFutureVersionResult()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type ResultsSummaryModifierConstructorDescriptionDeploymentProjectStatusForResultSummaryImpl
(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses) -
Uses of ResultsSummary in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<DeploymentProjectStatusForResultSummary>
DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlanResult
(@NotNull ResultsSummary resultsSummary) Deprecated.@NotNull List<DeploymentProjectStatusForResultSummary>
DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlanResult
(@NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionViewDeploymentVersion.getCreatedFromResults()
Get list of existing Result Summary objects that are source of artifactsCreateDeploymentVersion.getLatestResultSummaries()
-
Uses of ResultsSummary in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type ResultsSummaryModifier and TypeMethodDescriptionDeploymentVersionService.getVersionNamePreview
(ResultsSummary resultsSummary, String versionName) Given a version name and a result summary, what would the version name look like after substitution.DeploymentVersionServiceImpl.getVersionNamePreview
(ResultsSummary resultsSummary, String versionName) -
Uses of ResultsSummary in com.atlassian.bamboo.jira.jiraissues
Methods in com.atlassian.bamboo.jira.jiraissues that return ResultsSummaryModifier and TypeMethodDescriptionLinkedJiraIssue.getResultsSummary()
GetResultsSummary
to which thisLinkedJiraIssue
applies (DB field)LinkedJiraIssueImpl.getResultsSummary()
Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
JiraIssueUtils.findAndSaveJiraIssueKeys
(@NotNull String string, @NotNull ResultsSummary buildResultsSummary) Finds any jira issue keys in the given input string, and saves them against the given build result summary.void
LinkedJiraIssue.setResultsSummary
(ResultsSummary resultsSummary) SetResultsSummary
to which thisLinkedJiraIssue
applies (DB field)void
LinkedJiraIssueImpl.setResultsSummary
(ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.js
Methods in com.atlassian.bamboo.js with type parameters of type ResultsSummaryModifier and TypeMethodDescription<T extends ResultsSummary>
voidPlanSummaryObject.addBuildResultsSummary
(T buildResultsSummary) Methods in com.atlassian.bamboo.js that return types with arguments of type ResultsSummaryMethods in com.atlassian.bamboo.js with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
PlanSummariesObject.addBuildResultsSummary
(@NotNull ResultsSummary buildResultsSummary) Method parameters in com.atlassian.bamboo.js with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
PlanSummariesObject.addBuildResultsSummaries
(@NotNull List<? extends ResultsSummary> buildResultsSummaries) -
Uses of ResultsSummary in com.atlassian.bamboo.labels
Fields in com.atlassian.bamboo.labels with type parameters of type ResultsSummaryModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<LabellingImpl,
ResultsSummary> LabellingImpl_.buildResultsSummary
Methods in com.atlassian.bamboo.labels that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
Labelling.getBuildResultsSummary()
LabellingImpl.getBuildResultsSummary()
Methods in com.atlassian.bamboo.labels that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
LabelManager.findBuildResultsSummaryByLabel
(String labelName) Finds allResultsSummary
labelled with given labelname@NotNull List<ResultsSummary>
LabelManagerImpl.findBuildResultsSummaryByLabel
(@NotNull String labelName) @NotNull List<ResultsSummary>
LabelDao.findResultsSummaryByNameAndNamespace
(String name, String namespace) @NotNull List<ResultsSummary>
LabelHibernateDao.findResultsSummaryByNameAndNamespace
(String name, String namespace) Methods in com.atlassian.bamboo.labels with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected int
LabelManagerImpl.addLabel
(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName) @Nullable Labelling
LabelDao.findLabellingByResultsSummary
(Label label, ResultsSummary resultsSummary) @Nullable Labelling
LabelDao.findLabellingByResultsSummary
(String name, String namespace, ResultsSummary buildResultsSummary) @Nullable Labelling
LabelHibernateDao.findLabellingByResultsSummary
(Label label, ResultsSummary resultsSummary) @Nullable Labelling
LabelHibernateDao.findLabellingByResultsSummary
(String name, String namespace, ResultsSummary buildResultsSummary) LabelDao.getResultSummaryLabelNames
(@NotNull ResultsSummary resultsSummary) Get names of labels related to result summaryLabelHibernateDao.getResultSummaryLabelNames
(@NotNull ResultsSummary resultsSummary) boolean
LabelManager.hasBuildResultsLabel
(ResultsSummary buildResultsSummary, String label) Checks whether the build results summary has a particular labelboolean
LabelManagerImpl.hasBuildResultsLabel
(@NotNull ResultsSummary buildResultsSummary, @NotNull String label) protected int
LabelManagerImpl.removeLabel
(@NotNull String labelName, @NotNull String namespace, @NotNull Project project, @Nullable ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) void
Labelling.setBuildResultsSummary
(ResultsSummary resultsSummary) void
LabellingImpl.setBuildResultsSummary
(ResultsSummary buildResultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.migration.stream
Classes in com.atlassian.bamboo.migration.stream with type parameters of type ResultsSummaryConstructors in com.atlassian.bamboo.migration.stream with parameters of type ResultsSummaryModifierConstructorDescriptionLabellingMapper
(org.hibernate.SessionFactory sessionFactory, @Nullable ResultsSummary buildResultSummary, @Nullable Plan plan, @Nullable Project project, @NotNull Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of ResultsSummary in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return ResultsSummaryModifier and TypeMethodDescriptionprotected ResultsSummary
AbstractNotificationEventListener.fetchResultSummaryIfRequiredByNotificationRules
(@NotNull PlanResultKey planResultKey, @NotNull Iterable<NotificationRule> notificationRules) Methods in com.atlassian.bamboo.notification with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
NotificationRecipient.RequiresResultSummary.setResultsSummary
(@Nullable ResultsSummary resultSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.notification.buildcompleted
Fields in com.atlassian.bamboo.notification.buildcompleted declared as ResultsSummaryModifier and TypeFieldDescriptionprotected ResultsSummary
AbstractCompletedNotification.resultsSummary
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
AbstractCompletedNotification.setResultsSummary
(ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
AfterXFailedNotification.setResultsSummary
(@Nullable ResultsSummary resultSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
CommitterRecipient.setResultsSummary
(@Nullable ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
PlanStatusHistoryAction.findLastBuildResultBefore
(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummary
AbstractPlan.getLatestResultsSummary()
@Nullable ResultsSummary
Plan.getLatestResultsSummary()
Methods in com.atlassian.bamboo.plan with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected String
ResultsSummaryJsonDecorator.getPlanStatusIcon
(ResultsSummary resultsSummary) Constructors in com.atlassian.bamboo.plan with parameters of type ResultsSummaryModifierConstructorDescriptionResultsSummaryJsonDecorator
(@NotNull com.opensymphony.xwork2.TextProvider textProvider, ResultsSummary resultsSummary, ImmutablePlan plan) -
Uses of ResultsSummary in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return ResultsSummaryModifier and TypeMethodDescriptionConsumedSubscription.getConsumerResultSummary()
ConsumedSubscriptionImpl.getConsumerResultSummary()
Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull Multimap<ResultsSummary,
ConsumedSubscription> ArtifactSubscriptionManager.getConsumedSubscriptions
(@NotNull ResultsSummary resultsSummary) Returns list ofConsumedSubscription
ordered by order ofResultsSummary
execution.@NotNull Multimap<ResultsSummary,
ConsumedSubscription> ArtifactSubscriptionManagerImpl.getConsumedSubscriptions
(@NotNull ResultsSummary resultsSummary) Methods in com.atlassian.bamboo.plan.artifact with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ConsumedSubscription>
ConsumedSubscriptionDao.findConsumedSubscriptionsByResultSummary
(@NotNull ResultsSummary resultsSummary) Get list of artifact subscriptions associated with a plan@NotNull List<ConsumedSubscription>
ConsumedSubscriptionHibernateDao.findConsumedSubscriptionsByResultSummary
(@NotNull ResultsSummary resultsSummary) @NotNull Multimap<ResultsSummary,
ConsumedSubscription> ArtifactSubscriptionManager.getConsumedSubscriptions
(@NotNull ResultsSummary resultsSummary) Returns list ofConsumedSubscription
ordered by order ofResultsSummary
execution.@NotNull Multimap<ResultsSummary,
ConsumedSubscription> ArtifactSubscriptionManagerImpl.getConsumedSubscriptions
(@NotNull ResultsSummary resultsSummary) void
ConsumedSubscription.setConsumerResultSummary
(ResultsSummary consumerResultsSummary) void
ConsumedSubscriptionImpl.setConsumerResultSummary
(ResultsSummary consumerResultSummary) Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ResultsSummaryModifierConstructorDescriptionConsumedSubscriptionImpl
(ArtifactLink artifactLink, ResultsSummary consumerResultSummary, String destinationDirectory) -
Uses of ResultsSummary in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return ResultsSummaryMethods in com.atlassian.bamboo.plan.cache that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
ChainResultDetails.getOrderedJobResultSummaries()
Returns job results ordered by stage and then plan names@NotNull List<ResultsSummary>
ChainResultDetailsImpl.getOrderedJobResultSummaries()
@NotNull List<ResultsSummary>
ImmutableResultsSummaryImpl.getOrderedJobResultSummaries()
-
Uses of ResultsSummary in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull TriggerReason
TriggerManager.getTriggerReason
(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReason
TriggerManagerImpl.getTriggerReason
(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRenderer
TriggerManager.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRenderer
TriggerManagerImpl.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.jira.release
Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
JIRAReleaseTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.jira.summary.build
Constructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type ResultsSummary -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionPartialList<? extends ResultsSummary>
ViewBuildResultsByJiraKey.getPartialResults()
-
Uses of ResultsSummary in com.atlassian.bamboo.plugins.rest.model.build
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ResultDetails.expand
(ResultsSummary summary, @NotNull Supplier<BuildResults> buildResults) void
ResultDetails.expand
(ResultsSummary summary, @Nullable ExecutionStatus executionStatus, @Nullable BuildQueuePosition buildQueuePosition, boolean hasExecutableAgents) Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type ResultsSummaryModifierConstructorDescriptionResultDetails
(ResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildLoggerManager buildLoggerManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.rest.model.chain
Methods in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
RestChainResult.expand
(@NotNull ResultsSummary summary, @Nullable ExecutionStatus executionStatus) void
RestChainResultDetails.expand
(@NotNull ResultsSummary summary, @Nullable ExecutionStatus executionStatus) -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.rest.service
Method parameters in com.atlassian.bamboo.plugins.rest.service with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionprotected RestResults
ResultServiceImpl.prepareBuildHistoryResponse
(List<? extends ResultsSummary> buildResultsSummaries, int size, org.apache.commons.lang3.Range<Integer> range, javax.ws.rs.core.UriInfo uriInfo) protected RestResults
ResultServiceImpl.prepareBuildHistoryResponse
(List<? extends ResultsSummary> buildResultsSummaries, javax.ws.rs.core.UriInfo uriInfo) -
Uses of ResultsSummary in com.atlassian.bamboo.plugins.web.conditions
Methods in com.atlassian.bamboo.plugins.web.conditions that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionstatic Optional<ResultsSummary>
ConditionHelper.getResultSummary
(@NotNull ResultsSummaryManager resultsSummaryManager, @NotNull Map<String, Object> context) Retrieve result summary key from the context and then extract it from DBstatic Optional<ResultsSummary>
ConditionHelper.getResultSummary
(@NotNull Map<String, Object> context) Retrieve result summary from the context -
Uses of ResultsSummary in com.atlassian.bamboo.reports.collector
Methods in com.atlassian.bamboo.reports.collector that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionList<? extends ResultsSummary>
AbstractTimePeriodCollector.getResultsList()
Methods in com.atlassian.bamboo.reports.collector with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected String
AbstractTimePeriodCollector.getSeriesKey
(@NotNull ResultsSummary summary) protected String
AgentUtilizationCollector.getSeriesKey
(@NotNull ResultsSummary summary) Method parameters in com.atlassian.bamboo.reports.collector with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
AbstractTimePeriodCollector.setResultsList
(@NotNull List<? extends ResultsSummary> resultsList) void
AgentUtilizationCollector.setResultsList
(@NotNull List<? extends ResultsSummary> resultsList) void
RatioOfFailureWithLabelUsageCollector.setResultsList
(@NotNull List<? extends ResultsSummary> resultsList) void
ReportCollector.setResultsList
(@NotNull List<? extends ResultsSummary> resultsList) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary
Subinterfaces of ResultsSummary in com.atlassian.bamboo.resultsummaryModifier and TypeInterfaceDescriptioninterface
An interface which provides a database persisted version of theBuildResults
interface
Classes in com.atlassian.bamboo.resultsummary that implement ResultsSummaryFields in com.atlassian.bamboo.resultsummary with type parameters of type ResultsSummaryModifier and TypeFieldDescriptionprotected Class<? extends ResultsSummary>
MutableExpiryCriteria.resultsSummaryClass
Methods in com.atlassian.bamboo.resultsummary with type parameters of type ResultsSummaryModifier and TypeMethodDescription<T extends ResultsSummary>
LongBuildResultsSummaryDao.countByJiraCriteria
(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass) CountsResultsSummary
objects given aByJiraIssueResultSearchCriteria
andResultSummarySearchCriteria
.<T extends ResultsSummary>
LongBuildResultsSummaryHibernateDao.countByJiraCriteria
(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass) <T extends ResultsSummary>
TBuildResultsSummaryManager.createResultsSummary
(@Nullable ChainResultsSummary chainResultsSummary, @NotNull BuildContext buildContext, @NotNull Class<T> aClass) Deprecated.<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.createResultsSummary
(@NotNull BuildContext buildContext, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.createResultsSummary
(@Nullable ChainResultsSummary chainResultsSummary, @NotNull BuildContext buildContext, @NotNull Class<T> aClass) <T extends ResultsSummary>
TResultsSummaryManager.createResultsSummary
(@NotNull BuildContext buildContext, @NotNull Class<T> aClass) Creates aResultsSummary
of the givenClass
<T extends ResultsSummary>
TBuildResultsSummaryDao.findAnyResultSummary
(@NotNull ResultsSummaryCriteria criteria, ResultDataRead dataRead) Searches for anyResultsSummary
object given aResultsSummaryCriteria
.<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findAnyResultSummary
(@NotNull ResultsSummaryCriteria criteria, ResultDataRead dataRead) <T extends ResultsSummary>
List<T>BuildResultsSummaryDao.findByAuthors
(@NotNull Collection<ExtendedAuthor> authors, @NotNull Class<T> resultClass, int maxResults) <T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.findByAuthors
(Collection<ExtendedAuthor> authors, Class<T> resultClass, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass, @NotNull ResultDataRead dataRead) Searches for anyResultsSummary
object given aResultSummarySearchCriteria
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass, @NotNull ResultDataRead dataRead) <E extends ResultsSummary>
E<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.findByJiraCriteria
(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass, @NotNull ResultDataRead dataRead) Searches for anyResultsSummary
object given aByJiraIssueResultSearchCriteria
andResultSummarySearchCriteria
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.findByJiraCriteria
(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass, @NotNull ResultDataRead dataRead) <T extends ResultsSummary>
TBuildResultsSummaryDao.findFirstResultAfter
(@NotNull String planKey, int buildNumber, Class<T> aClass) Finds the first successful or failedBuildResultsSummary
after buildNumber<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findFirstResultAfter
(@NotNull String planKey, int buildNumber, Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findFirstResultAfter
(@NotNull PlanResultKey planResultKey, Class<T> aClass) <T extends ResultsSummary>
TResultsSummaryManager.findFirstResultAfter
(@NotNull PlanResultKey planResultKey, Class<T> aClass) Finds the firstResultsSummary
after a specified build which is either FINISHED or can be FINISHED, i.e. is not in NOT_BUILT state.<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TResultsSummaryManager.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) Finds the last successful or failingBuildResultsSummary
before buildNumber<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultBefore
(@NotNull String planKey, int buildNumber, Class<T> aClass, boolean includeOnceOffBuilds) Finds the last successful or failedResultsSummary
before buildNumber<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastResultBefore
(@NotNull String planKey, int buildNumber, Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass) Finds the last successful or failingResultsSummary
before planResultKey.getBuildNumber<T extends ResultsSummary>
TResultsSummaryManager.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass, boolean includeOnceOffBuilds) Finds the lastResultsSummary
before planResultKey.getBuildNumber<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultSummaryWithState
(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.findResultsSummaries
(@NotNull ResultsSummaryCriteria criteria) Searches forResultsSummary
objects given aResultsSummaryCriteria
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.findResultsSummaries
(@NotNull ResultsSummaryCriteria criteria) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.findResultSummariesForExpiry
(@NotNull ExpiryCriteria criteria) Searches forResultsSummary
objects given aExpiryCriteria
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.findResultSummariesForExpiry
(@NotNull ExpiryCriteria expiryCriteria) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllActiveResultSummariesForPlan
(PlanKey planKey, Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.PENDING
,LifeCycleState.QUEUED
,LifeCycleState.IN_PROGRESS
state with the givenClass
See alsoLifeCycleState.isActive(LifeCycleState)
andImmutableResultsSummary.isActive()
<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllActiveResultSummariesForPlan
(PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllActiveResultSummariesForPlan
(PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllActiveResultSummariesForPlan
(PlanKey planKey, Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.IN_PROGRESS
state<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllBuildResultSummariesInBuildState
(@NotNull BuildState state, Class<T> aClass) Returns all theBuildResultsSummary
in requested build state.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInBuildState
(@NotNull BuildState state, @NotNull Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllBuildResultSummariesInLifeCycleState
(@NotNull LifeCycleState state, Class<T> aClass) Returns all theBuildResultsSummary
in requested lifecycle state.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInLifeCycleState
(@NotNull LifeCycleState state, @NotNull Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllBuildResultSummariesInUnknownState
(Class<T> aClass) Returns all theBuildResultsSummary
in aBuildState.UNKNOWN
state This will not return records marked for deletion.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllBuildResultSummariesInUnknownState
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllBuildResultSummariesInUnknownState
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllBuildResultSummariesInUnknownState
(Class<T> aClass) Returns all theBuildResultsSummary
in aBuildState.UNKNOWN
state<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllInProgressResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.IN_PROGRESS
state with the givenClass
This will not return records marked for deletion.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllInProgressResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllInProgressResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllInProgressResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.IN_PROGRESS
state<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllPendingResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.PENDING
state with the givenClass
This will not return records marked for deletion.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllPendingResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllPendingResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllPendingResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.PENDING
state<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllQueuedResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.QUEUED
state with the givenClass
This will not return records marked for deletion.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllQueuedResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllQueuedResultSummaries
(Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllQueuedResultSummaries
(Class<T> aClass) Returns all theResultsSummary
in aLifeCycleState.QUEUED
state<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getAllResultSummariesForPlan
(@NotNull Plan plan) Get all theResultsSummary
s for the givenPlan
<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan
(@NotNull Plan plan) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getAnyResultSummary
(@NotNull ResultsSummaryCriteria criteria, ResultDataRead dataRead) <T extends ResultsSummary>
TResultsSummaryManager.getAnyResultSummary
(@NotNull ResultsSummaryCriteria criteria, ResultDataRead dataRead) Generic search to find any result summary basing on the criteria provided.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getFinalizedResultSummariesForPlan
(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) Returns all theResultsSummary
in aLifeCycleState.FINISHED
orLifeCycleState.NOT_BUILT
state with the givenClass
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.getFinalizedResultSummariesForPlan
(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getFinalizedResultSummariesForPlan
(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getFinalizedResultSummariesForPlan
(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) Returns all theResultsSummary
in aLifeCycleState.FINISHED
orLifeCycleState.NOT_BUILT
state with the givenClass
.<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getLastResultsSummary
(@NotNull String planKey, Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getLastResultsSummary
(@NotNull String planKey, Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TResultsSummaryManager.getLastResultsSummary
(@NotNull String planKey, Class<T> aClass) Get the lastResultsSummary
for planKey andClass
<T extends ResultsSummary>
TResultsSummaryManager.getLastResultsSummary
(@NotNull String planKey, Class<T> aClass, boolean ignoreSpecsResults) Get the lastResultsSummary
for planKey andClass
with possible skip of specs results.<T extends ResultsSummary>
TBuildResultsSummaryDao.getLastResultSummary
(String planKey, Class<T> aClass) Returns the latest completedResultsSummary
andClass
for the plan represented by planKey<T extends ResultsSummary>
TBuildResultsSummaryDao.getLastResultSummary
(String planKey, Class<T> aClass, boolean ignoreSpecsResults) Returns the latest completedResultsSummary
andClass
for the plan represented by planKey with possible skip of specs results.<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getLastResultSummary
(String planKey, Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getLastResultSummary
(String planKey, Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TBuildResultsSummaryDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TBuildResultsSummaryDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummary
byPlanResultKey
and expected type, all lazy initialized collections can be eagerly read<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) <T extends ResultsSummary>
TResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummary
byPlanResultKey
and expected type.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummaries
(@NotNull ResultsSummaryCriteria resultsSummaryCriteria) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummaries
(@NotNull ResultsSummaryCriteria criteria) Generic search to find any result summaries basing on the criteria provided.<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getResultSummariesByChangeSetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) Get a list of all build results containing a commit with the given changeset ID.<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.getResultSummariesByChangeSetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) Get a list of all build results containing a commit with the given changeset ID.<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getResultSummariesByChangeSetIdAndRepository
(long repositoryId, @NotNull String changeSetId, @NotNull Class<T> discriminator) Get a list of all build results containing a commit with the given changeset ID that are in the given repository.<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.getResultSummariesByChangeSetIdAndRepository
(long repositoryId, @NotNull String changeSetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIdAndRepository
(long repositoryId, @NotNull String changeSetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIdAndRepository
(long repositoryId, @NotNull String changeSetId, @NotNull Class<T> discriminator) Get a list of all build results containing a commit with the given changeset ID that are in the given repository.<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getResultSummariesByChangeSetIds
(@NotNull List<String> changeSetIds, @NotNull Class<T> discriminator) Get a list of all build results containing a commit with any of the given changeset IDs.<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.getResultSummariesByChangeSetIds
(@NotNull List<String> changeSetIds, @NotNull Class<T> discriminator) <T extends ResultsSummary,
VCS extends BambooPluginDataIdProvider>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, VCS>> changeSetIds, Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIds
(@NotNull List<String> changeSetIds, Class<T> discriminator) <T extends ResultsSummary,
VCS extends BambooPluginDataIdProvider>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, VCS>> changeSetIds, Class<T> discriminator) Get a list of all build results containing a commit with any of the given changeset IDs and which are in the supplied list of repository datas.<T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIds
(@NotNull List<String> changeSetIds, Class<T> discriminator) Get a list of all build results containing a commit with any of the given changeset IDs.<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getResultSummariesByCheckoutChangesetId
(@NotNull String changesetId, @NotNull Class<T> discriminator) Get a list of all build results containing repositories checked out with the given changeset ID.<T extends ResultsSummary>
List<T>BuildResultsSummaryHibernateDao.getResultSummariesByCheckoutChangesetId
(@NotNull String changesetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByCheckoutChangesetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByCheckoutChangesetId
(@NotNull String changeSetId, @NotNull Class<T> discriminator) Get a list of all build results containing repositories checked out with the given changeset ID.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesForExpiry
(@NotNull ExpiryCriteria expiryCriteria) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesForExpiry
(@NotNull ExpiryCriteria expiryCriteria) Searches forresult summaries
according to the givencriteria
for use in build expiry.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getResultSummariesForPlan
(@NotNull ImmutablePlan plan, int firstResult, int maxResults) Get theResultsSummary
s for the givenPlan
.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.getResultSummariesForPlan
(@NotNull ImmutablePlan plan, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesForPlan
(@NotNull ImmutablePlan plan, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesForPlan
(@NotNull ImmutablePlan plan, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState
(@NotNull Plan plan, @NotNull LifeCycleState lifeCycleState, int firstResult, int maxResults) Get theResultsSummary
s for the givenPlan
in giveLifeCycleState
that are Results are sorted by build number (descending).Methods in com.atlassian.bamboo.resultsummary that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
BuildResultsSummaryDao.findFirstBuildResultWithBuildStateAfter
(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState) Finds the last successfulBuildResultsSummary
after buildNumberBuildResultsSummaryHibernateDao.findFirstBuildResultWithBuildStateAfter
(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState) @Nullable ResultsSummary
BuildResultsSummaryDao.findFirstBuildResultWithBuildStateBetween
(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) Returns the first build that matchesBuildState
between the given build number range Note that this function is inclusive of the upper and lower bound@Nullable ResultsSummary
BuildResultsSummaryHibernateDao.findFirstBuildResultWithBuildStateBetween
(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findFirstFailedBuildResultAfter
(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummary
ResultsSummaryManager.findFirstFailedBuildResultAfter
(@NotNull String buildKey, int buildNumber) Finds the first failedResultsSummary
after buildNumber@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween
(@NotNull ImmutablePlan build, int lowerBuildNumber, int upperBuildNumber) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween
(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) @Nullable ResultsSummary
ResultsSummaryManager.findFirstFailedBuildResultBetween
(@NotNull ImmutablePlan build, int lowerBuildNumber, int upperBuildNumber) Finds the first failed build between the upper and lower build numbers inclusively.@Nullable ResultsSummary
ResultsSummaryManager.findFirstFailedBuildResultBetween
(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) Finds the first failed build between the upper and lower build numbers inclusively@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findFirstSuccessfulBuildResultAfter
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
ResultsSummaryManager.findFirstSuccessfulBuildResultAfter
(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummary
after buildNumber@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastBuildResultBefore
(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummary
ResultsSummaryManager.findLastBuildResultBefore
(@NotNull String buildKey, int buildNumber) Finds the last successful or failingBuildResultsSummary
before buildNumberBuildResultsSummaryDao.findLastBuildResultWithBuildStateBefore
(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds) Finds the lastBuildResultsSummary
before buildNumber withBuildState
BuildResultsSummaryHibernateDao.findLastBuildResultWithBuildStateBefore
(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore
(@NotNull ImmutablePlan build, int buildNumber) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore
(@NotNull PlanKey planKey, int buildNumber) @Nullable ResultsSummary
ResultsSummaryManager.findLastFailingBuildResultBefore
(@NotNull ImmutablePlan build, int buildNumber) Finds the last failingResultsSummary
before buildNumber@Nullable ResultsSummary
ResultsSummaryManager.findLastFailingBuildResultBefore
(@NotNull PlanKey planKey, int buildNumber) Finds the last failingResultsSummary
before buildNumber@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) @Nullable ResultsSummary
ResultsSummaryManager.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummary
before build@Nullable ResultsSummary
ResultsSummaryManager.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) Finds the last successfulResultsSummary
before build@Nullable ResultsSummary
BuildResultsSummaryDao.getBreakingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryHibernateDao.getBreakingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getBreakingBuild
(ResultsSummary buildResultsSummary) @Nullable ResultsSummary
ResultsSummaryManager.getBreakingBuild
(ResultsSummary buildResultsSummary) Returns the first failing build after the last successful build. ie the latest build before this one with the delta state "broken"@Nullable ResultsSummary
BuildResultsSummaryDao.getFixingBuild
(ResultsSummary summary) Returns the first successfulBuildResultsSummary
for givenBuildResultsSummary
.@Nullable ResultsSummary
BuildResultsSummaryHibernateDao.getFixingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getFixingBuild
(ResultsSummary buildResultsSummary) @Nullable ResultsSummary
ResultsSummaryManager.getFixingBuild
(ResultsSummary buildResultsSummary) Returns the first successfulResultsSummary
for givenResultsSummary
.BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary
(@NotNull PlanKey planKey) @Nullable ResultsSummary
ResultsSummaryManager.getLastSuccessfulResultSummary
(@NotNull PlanKey planKey) Get the last successfulResultsSummary
for planKeyBuildResultsSummaryManagerImpl.getResultsSummary
(long id) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) CustomDataRow.getResultsSummary()
@Nullable ResultsSummary
ResultsSummaryManager.getResultsSummary
(long id) Lookup the ResultsSummary by id@Nullable ResultsSummary
ResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey
@Nullable ResultsSummary
ResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.BuildResultsSummaryManagerImpl.resetResultSummary
(@NotNull BuildResultsSummary resultsSummary) ResultsSummaryManager.resetResultSummary
(@NotNull BuildResultsSummary resultsSummary) Prepare result summry to be reuse for plan rerunMethods in com.atlassian.bamboo.resultsummary that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
BuildResultsSummaryDao.findBuildResultsSummariesByJiraIssues
(@Nullable List<String> issueKeys) Get a list of results summaries associated with the list of issue keys.@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.findBuildResultsSummariesByJiraIssues
(@Nullable List<String> issueKeys) @NotNull List<ResultsSummary>
BuildResultsSummaryDao.findBuildResultsSummariesByProjectKey
(@Nullable String jiraProjectKey) Retrieve a list of results summaries associated with given JIRA project key This will not return records marked for deletion.@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.findBuildResultsSummariesByProjectKey
(@Nullable String jiraProjectKey) BuildResultsSummaryDao.findLatestFailedResultSummaries()
Find the failed result summaries for all TopLevelPlans in Bamboo that have occurred in the last X days, where x is the constant NUMBER_OF_DAYS_TO_FILTERBuildResultsSummaryHibernateDao.findLatestFailedResultSummaries()
BuildResultsSummaryDao.findLatestResultsSummaries()
Find the result summaries for all TopLevelPlans in Bamboo that have occurred in the last X days, where x is the constant NUMBER_OF_DAYS_TO_FILTERBuildResultsSummaryHibernateDao.findLatestResultsSummaries()
@NotNull List<? extends ResultsSummary>
BuildResultsSummaryManagerImpl.findResultsSummariesByJiraIssues
(@Nullable List<String> issueKeys) @NotNull List<? extends ResultsSummary>
ResultsSummaryManager.findResultsSummariesByJiraIssues
(@Nullable List<String> issueKeys) Finds a list of results which are linked to the given issue keys@NotNull List<? extends ResultsSummary>
BuildResultsSummaryManagerImpl.findResultsSummariesByProjectKey
(@Nullable String projectKey) @NotNull List<? extends ResultsSummary>
ResultsSummaryManager.findResultsSummariesByProjectKey
(@Nullable String projectKey) Provide a list of results which are linked to any issues under the given jira project key@NotNull List<ResultsSummary>
BuildResultsSummaryDao.getAfterSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns build results strictly after given build number.@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.getAfterSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getAfterSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
ResultsSummaryManager.getAfterSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns all theResultsSummary
objects that represent build results strictly after the given build number.@NotNull List<ResultsSummary>
BuildResultsSummaryDao.getBeforeSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns build results strictly before given build number.@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.getBeforeSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getBeforeSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
ResultsSummaryManager.getBeforeSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns all theResultsSummary
objects that represent build results strictly before the given build number.@NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getLastNFailedResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) @NotNull List<ResultsSummary>
ResultsSummaryManager.getLastNFailedResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) Returns the most recent n failed build results.@NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getLastNResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) default @NotNull List<ResultsSummary>
ResultsSummaryManager.getLastNResultsSummaries
(@NotNull ImmutablePlan plan, int numberOfResults) Deprecated.since 8.2.0.@NotNull List<ResultsSummary>
ResultsSummaryManager.getLastNResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) Provides a list of the latest N results summaries for the given plan, newest first.BuildResultsSummaryManagerImpl.getLatestFailedResultSummaries()
ResultsSummaryManager.getLatestFailedResultSummaries()
Retrieve list of failed build results (for all builds) in the last few days (number of days is specified in the DAO) This method is filtered to remove results that user doesn't have permission to seeBuildResultsSummaryManagerImpl.getLatestResultSummaries()
ResultsSummaryManager.getLatestResultSummaries()
Retrieve list of build results (for all builds) in the last few days (number of days is specified in the DAO) This method is filtered to remove results that user doesn't have permission to see@NotNull List<ResultsSummary>
BuildResultsSummaryDao.getNeighbouringSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns build results "around" given build number.@NotNull List<ResultsSummary>
BuildResultsSummaryDao.getNeighbouringSummaries
(Plan plan, int currentBuildNumber) Returns build results "around" given build number@NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.getNeighbouringSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
BuildResultsSummaryHibernateDao.getNeighbouringSummaries
(Plan plan, int currentBuildNumber) @NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getNeighbouringSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) @NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getNeighbouringSummaries
(Plan plan, int buildNumber) @NotNull List<ResultsSummary>
ResultsSummaryManager.getNeighbouringSummaries
(@NotNull ImmutablePlan plan, int buildNumber, int maxCount) Returns all theResultsSummary
objects that represent build results "around" the given build number.@NotNull List<ResultsSummary>
ResultsSummaryManager.getNeighbouringSummaries
(Plan plan, int buildNumber) Returns all theResultsSummary
objects that matches the passed build numbers@NotNull Class<? extends ResultsSummary>
ExpiryCriteria.getResultsSummaryClass()
The actual class of returned result summaries (eg.@NotNull Class<? extends ResultsSummary>
MutableExpiryCriteria.getResultsSummaryClass()
@NotNull Class<? extends ResultsSummary>
ResultsSummaryCriteria.getResultSummaryClass()
Methods in com.atlassian.bamboo.resultsummary with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
BuildResultsSummaryManagerImpl.addVariableContextSnapshotToResultSummary
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) void
ResultsSummaryManager.addVariableContextSnapshotToResultSummary
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Adds state of global and plan variables to result at the beginning of execution.void
BuildResultsSummaryManagerImpl.calculateAndSetDeltaState
(ResultsSummary resultsSummary) void
ResultsSummaryManager.calculateAndSetDeltaState
(ResultsSummary resultsSummary) Figures out the delta state for the provided results summary, if a 'fixing' build will also calculate how long it took to fix.void
BuildResultsSummaryManagerImpl.clearVariablesOnRerunBuild
(@NotNull ResultsSummary resultsSummary) void
ResultsSummaryManager.clearVariablesOnRerunBuild
(@NotNull ResultsSummary resultSummary) Clear stored stage manual variables when build is fully rerun.@Nullable ResultsSummary
BuildResultsSummaryDao.getBreakingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryHibernateDao.getBreakingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getBreakingBuild
(ResultsSummary buildResultsSummary) @Nullable ResultsSummary
ResultsSummaryManager.getBreakingBuild
(ResultsSummary buildResultsSummary) Returns the first failing build after the last successful build. ie the latest build before this one with the delta state "broken"@Nullable ResultsSummary
BuildResultsSummaryDao.getFixingBuild
(ResultsSummary summary) Returns the first successfulBuildResultsSummary
for givenBuildResultsSummary
.@Nullable ResultsSummary
BuildResultsSummaryHibernateDao.getFixingBuild
(ResultsSummary summary) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getFixingBuild
(ResultsSummary buildResultsSummary) @Nullable ResultsSummary
ResultsSummaryManager.getFixingBuild
(ResultsSummary buildResultsSummary) Returns the first successfulResultsSummary
for givenResultsSummary
.@Nullable ChainResultsSummary
BuildResultsSummaryDao.getParentResultSummary
(ResultsSummary summary) Get (@link ChainResultsSummary} containing givenResultsSummary
@Nullable ChainResultsSummary
BuildResultsSummaryHibernateDao.getParentResultSummary
(ResultsSummary summary) @Nullable ChainResultsSummary
BuildResultsSummaryManagerImpl.getParentResultSummary
(ResultsSummary resultsSummary) @Nullable ChainResultsSummary
ResultsSummaryManager.getParentResultSummary
(ResultsSummary resultsSummary) Get (@link ChainResultsSummary} containing givenResultsSummary
@Nullable ChainStageResult
BuildResultsSummaryDao.getStageForResult
(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummary
@Nullable ChainStageResult
BuildResultsSummaryHibernateDao.getStageForResult
(ResultsSummary summary) @Nullable ChainStageResult
BuildResultsSummaryManagerImpl.getStageForResult
(ResultsSummary resultsSummary) @Nullable ChainStageResult
ResultsSummaryManager.getStageForResult
(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummary
static boolean
ResultSummaryPredicates.isFailed
(ResultsSummary resultsSummary) static boolean
ResultSummaryPredicates.isFinished
(ResultsSummary resultsSummary) static boolean
ResultSummaryPredicates.isInProgress
(ResultsSummary resultsSummary) static boolean
ResultSummaryPredicates.isNotBuilt
(ResultsSummary resultsSummary) static boolean
ResultSummaryPredicates.isSuccessful
(ResultsSummary resultsSummary) void
BuildResultsSummaryManagerImpl.postBuildVariableSnapshotUpdate
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) void
ResultsSummaryManager.postBuildVariableSnapshotUpdate
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Saves result variables produced in a job.void
BuildResultsSummaryManagerImpl.removeArtifacts
(@NotNull ResultsSummary resultsSummary) void
ResultsSummaryManager.removeArtifacts
(@NotNull ResultsSummary resultsSummary) Remove any artifacts stored for this plan resultvoid
BuildResultsSummaryManagerImpl.removeBuildLogs
(@NotNull ResultsSummary resultsSummary) void
BuildResultsSummaryManagerImpl.removeBuildLogs
(@NotNull ResultsSummary resultsSummary, long maxIgnoredSize) void
ResultsSummaryManager.removeBuildLogs
(@NotNull ResultsSummary resultsSummary) Remove any build logs stored for this plan resultvoid
ResultsSummaryManager.removeBuildLogs
(@NotNull ResultsSummary resultsSummary, long maxIgnoredLogSize) Remove build logs stored for this plan result that are greater than given size (in bytes).void
BuildResultsSummaryManagerImpl.removeMatchingArtifacts
(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) void
ResultsSummaryManager.removeMatchingArtifacts
(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) Remove artifacts from results summary that match a predicate.void
BuildResultsSummaryDao.removeResultsSummary
(@NotNull ResultsSummary buildResultsSummary) Removes the passed result summaryvoid
BuildResultsSummaryHibernateDao.removeResultsSummary
(@NotNull ResultsSummary resultsSummary) void
BuildResultsSummaryManagerImpl.removeResultSummary
(@NotNull ResultsSummary resultsSummary) void
ResultsSummaryManager.removeResultSummary
(@NotNull ResultsSummary resultsSummary) Remove plan result summary and all associated objects.void
BuildResultsSummaryManagerImpl.saveResultSummary
(@NotNull ResultsSummary resultsSummary) void
ResultsSummaryManager.saveResultSummary
(@NotNull ResultsSummary resultsSummary) Saves theResultsSummary
void
CustomDataRow.setResultsSummary
(ResultsSummary resultsSummary) static void
ResultSummaryHelper.updateCancellationDetails
(@NotNull ResultsSummary resultsSummary, @Nullable BuildCancelledDetails buildCancellationDetails) void
BuildResultsSummaryManagerImpl.updateLifeCycleState
(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) void
ResultsSummaryManager.updateLifeCycleState
(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves the givenResultsSummary
void
BuildResultsSummaryManagerImpl.updateVariablesOnContinuedBuild
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) void
ResultsSummaryManager.updateVariablesOnContinuedBuild
(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Add manual variables added when starting manual stage or restarting failed stage.Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>
BuildResultsSummaryManagerImpl.findJiraIssuesForResults
(@NotNull List<ResultsSummary> buildResults) @NotNull List<LinkedJiraIssue>
ResultsSummaryManager.findJiraIssuesForResults
(@NotNull List<ResultsSummary> buildResults) Retrieves a list ofLinkedJiraIssue
linked to the given build result summariesClass<? extends AbstractResultsSummary>
ResultsSummaryDiscriminatorRegistry.getConcreteType
(Class<? extends ResultsSummary> aClass) @NotNull List<LinkedJiraIssue>
BuildResultsSummaryDao.getJiraIssuesForBuildResults
(@NotNull List<ResultsSummary> buildResults) Retrieves a list ofLinkedJiraIssue
linked to the given build result summaries@NotNull List<LinkedJiraIssue>
BuildResultsSummaryHibernateDao.getJiraIssuesForBuildResults
(@NotNull List<ResultsSummary> buildResults) long
BuildResultsSummaryDao.scrollResultSummaries
(@NotNull String buildKey, @NotNull ResultDataRead resultDataRead, @NotNull Consumer<ResultsSummary> consumer) Scroll through and execute function for each of ResultsSummary (Build and Chain) Objects passed to function are not fully initialized.long
BuildResultsSummaryHibernateDao.scrollResultSummaries
(@NotNull String buildKey, @NotNull ResultDataRead dataRead, @NotNull Consumer<ResultsSummary> consumer) long
BuildResultsSummaryManagerImpl.scrollResultSummaries
(@NotNull String buildKey, @NotNull Function<ResultsSummary, Void> function) long
BuildResultsSummaryManagerImpl.scrollResultSummaries
(@NotNull String buildKey, ResultDataRead resultDataRead, @NotNull Function<ResultsSummary, Void> function) long
ResultsSummaryManager.scrollResultSummaries
(@NotNull String buildKey, @NotNull Function<ResultsSummary, Void> function) Scroll through and execute function for each of BuildResultsSummary Objects passed to function are not fully initialized.long
ResultsSummaryManager.scrollResultSummaries
(@NotNull String buildKey, ResultDataRead resultDataRead, @NotNull Function<ResultsSummary, Void> function) Scroll through and execute function for each of ResultsSummary (Build and Chain) Objects passed to function are not fully initialized.final void
BuildResultsSummaryCriteria.setResultSummaryClass
(@NotNull Class<? extends ResultsSummary> resultSummaryClass) void
ResultsSummaryCriteria.setResultSummaryClass
(@NotNull Class<? extends ResultsSummary> resultSummaryClass) @NotNull ResultsSummaryCriteriaBuilder
ResultsSummaryCriteriaBuilder.setResultSummaryClass
(Class<? extends ResultsSummary> resultSummaryClass) Constructor parameters in com.atlassian.bamboo.resultsummary with type arguments of type ResultsSummaryModifierConstructorDescriptionResultsSummaryCriteria
(Class<? extends ResultsSummary> resultSummaryClass) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary.accessor
Methods in com.atlassian.bamboo.resultsummary.accessor with type parameters of type ResultsSummaryModifier and TypeMethodDescription<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getLastResultsSummary
(@NotNull PlanKey planKey, Class<T> aClass) Get the lastResultsSummary
for planKey andClass
<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getLastResultsSummary
(@NotNull PlanKey planKey, Class<T> aClass, boolean ignoreSpecsResults) Get the lastResultsSummary
for planKey andClass
with possible skip of specs results.<T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getLastResultsSummary
(@NotNull PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getLastResultsSummary
(@NotNull PlanKey planKey, Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TInternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.<T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) Methods in com.atlassian.bamboo.resultsummary.accessor that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
InternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.@Nullable ResultsSummary
InternalResultsSummaryAccessor.getResultsSummary
(PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey
@Nullable ResultsSummary
InternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
InternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary.search
Methods in com.atlassian.bamboo.resultsummary.search with type parameters of type ResultsSummaryModifier and TypeMethodDescription<T extends ResultsSummary>
@NotNull List<T>PlanResultSearcher.findByAuthors
(@NotNull Collection<ExtendedAuthor> authors, @NotNull Class<T> resultClass, int maxResults) Find result of a given class by given author list.<T extends ResultsSummary>
@NotNull List<T>PlanResultSearcherImpl.findByAuthors
(@NotNull Collection<ExtendedAuthor> authors, @NotNull Class<T> resultClass, int maxResults) Search for result summaries by commit authors.<T extends ResultsSummary>
@NotNull List<T>PlanResultSearcher.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass) Searches for anyResultsSummary
object given aResultSummarySearchCriteria
.<T extends ResultsSummary>
@NotNull List<T>PlanResultSearcherImpl.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria, @NotNull Class<T> resultClass) Methods in com.atlassian.bamboo.resultsummary.search that return types with arguments of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<ResultsSummary>
PlanResultSearcher.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria) Searches for anyResultsSummary
object given aResultSummarySearchCriteria
.@NotNull List<ResultsSummary>
PlanResultSearcherImpl.findByCriteria
(@NotNull ResultSummarySearchCriteria criteria) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull List<TestCaseResult>
TestCaseResultDao.getTestsForBuildResultByDeltaState
(ResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their delta state (e.g BROKEN, FIXED)@NotNull List<TestCaseResult>
TestCaseResultHibernateDao.getTestsForBuildResultByDeltaState
(ResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxResults) @NotNull List<TestCaseResult>
TestCaseResultDao.getTestsForBuildResultByState
(ResultsSummary summary, TestState state, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).@NotNull List<TestCaseResult>
TestCaseResultHibernateDao.getTestsForBuildResultByState
(ResultsSummary summary, TestState state, int firstResult, int maxResults) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary.vcs
Methods in com.atlassian.bamboo.resultsummary.vcs that return ResultsSummaryModifier and TypeMethodDescription@NotNull ResultsSummary
RepositoryChangeset.getResultsSummary()
@NotNull ResultsSummary
RepositoryChangesetImpl.getResultsSummary()
Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
RepositoryChangeset.setResultsSummary
(@NotNull ResultsSummary resultsSummary) void
RepositoryChangesetImpl.setResultsSummary
(@NotNull ResultsSummary resultsSummary) Constructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type ResultsSummaryModifierConstructorDescriptionRepositoryChangesetImpl
(@NotNull RepositoryDataEntity repositoryData, @NotNull ResultsSummary resultsSummary, @Nullable String changesetId, long skippedCommitsCount, int position, boolean buildTrigger) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary.warning
Methods in com.atlassian.bamboo.resultsummary.warning with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
BuildResultWarningSummaryManager.createBuildWarningSummary
(ResultsSummary resultsSummary, long repositoryId, long highPriorityCount, long normalPriorityCount, long lowPriorityCount) void
BuildResultWarningSummaryManagerImpl.createBuildWarningSummary
(ResultsSummary resultsSummary, long repositoryId, long highPriorityCount, long normalPriorityCount, long lowPriorityCount) -
Uses of ResultsSummary in com.atlassian.bamboo.rss
Method parameters in com.atlassian.bamboo.rss with type arguments of type ResultsSummaryModifier and TypeMethodDescriptioncom.rometools.rome.feed.synd.SyndFeed
RssFeedBuilder.createFeed
(List<ResultsSummary> resultsList, int maxResults) -
Uses of ResultsSummary in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with type parameters of type ResultsSummaryModifier and TypeMethodDescriptionstatic <T extends ResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull ResultsSummaryManager mockResultsSummaryManager, @NotNull PlanResultKey planResultKey, Class<T> summaryClass) -
Uses of ResultsSummary in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
CompletedStageTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
EnvironmentDependencyTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionstatic @NotNull Comparator<ResultsSummary>
Comparators.getBuildCompletedDateComparator()
static @NotNull com.google.common.collect.Ordering<ResultsSummary>
Comparators.getPlanNameResultOrdering()
static @NotNull com.google.common.collect.Ordering<ResultsSummary>
Comparators.getResultsSummaryNameAndNumberComparator()
static @NotNull com.google.common.collect.Ordering<ResultsSummary>
Comparators.getResultsSummaryNumberOrdering()
-
Uses of ResultsSummary in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ChildDependencyTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
CodeChangedTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
CodeChangedTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
CustomRevisionBuildTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
DependencyTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
ManualBuildTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
RerunBuildTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
RssChangedTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
ScheduledTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
TagBuildTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) void
TriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) Initializes theTriggerReason
using data from theResultsSummary
void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary resultsSummary) void
UnknownTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
InitialBuildTriggerReason.init
(String key, @NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable that return ResultsSummaryModifier and TypeMethodDescriptionVariableContextSnapshot.getResultSummary()
VariableContextSnapshotImpl.getResultSummary()
VariableSubstitution.getResultSummary()
Deprecated.VariableSubstitutionImpl.getResultSummary()
Methods in com.atlassian.bamboo.variable with parameters of type ResultsSummaryModifier and TypeMethodDescriptionstatic void
BuiltInVariableHelper.createRepositoryVariables
(@NotNull Map<String, VariableDefinitionContext> variables, @NotNull ResultsSummary resultsSummary, @NotNull VariableType variableType, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager) void
VariableContextSnapshot.setResultSummary
(ResultsSummary resultSummary) void
VariableContextSnapshotImpl.setResultSummary
(ResultsSummary resultSummary) void
VariableSubstitution.setResultSummary
(ResultsSummary resultSummary) Deprecated.void
VariableSubstitutionImpl.setResultSummary
(ResultsSummary resultSummary) Constructors in com.atlassian.bamboo.variable with parameters of type ResultsSummaryModifierConstructorDescriptionVariableContextSnapshotImpl
(String key, String value, VariableType variableType, ResultsSummary resultSummary) VariableSubstitutionImpl
(String key, String value, VariableType variableType, ResultsSummary resultSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type ResultsSummaryModifier and TypeMethodDescriptionboolean
VcsRepositoryConfigurationService.validateContinuableStatus
(@NotNull ResultsSummary resultSummary) Checks that result is continuable and repositories referenced by a result still exists in Bamboo db.boolean
VcsRepositoryConfigurationServiceImpl.validateContinuableStatus
(@NotNull ResultsSummary resultSummary) boolean
VcsRepositoryConfigurationService.validateRestartableStatus
(@NotNull ResultsSummary resultSummary) Checks that result is restartable and repositories referenced by a result still exists in Bamboo db.boolean
VcsRepositoryConfigurationServiceImpl.validateRestartableStatus
(@NotNull ResultsSummary resultSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type ResultsSummaryModifier and TypeMethodDescriptionFreemarkerContext.getWebPanelsForResultsSummary
(@NotNull String location, @NotNull ResultsSummary resultsSummary) Gets all the renderedWebPanel
s for the location specified for a specific ResultSummary. -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ResultsSummaryModifier and TypeMethodDescription@Nullable String
PlanActionSupport.getFirstNotRunnableStage
(@NotNull ResultsSummary resultsSummary) boolean
PlanActionSupport.isContinuable
(@NotNull ResultsSummary resultsSummary) boolean
PlanActionSupport.isRestartable
(@NotNull ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.author
Methods in com.atlassian.bamboo.ww2.actions.author that return types with arguments of type ResultsSummary -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return types with arguments of type ResultsSummaryConstructors in com.atlassian.bamboo.ww2.actions.build with parameters of type ResultsSummaryModifierConstructorDescriptionChainExecutionJsonDecorator
(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerManager triggerManager) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummary
ViewChainSummary.getLastSuccessfulSummary()
@Nullable ResultsSummary
ViewChainSummary.getLatestSummary()
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionViewChainResult.getJobResultSummaries()
ViewChainSummary.VersionWithRelatedPlanResults.getRelatedPlanResults()
List<? extends ResultsSummary>
ViewChainSummary.getResultsList()
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ResultsSummaryModifier and TypeMethodDescription@Nullable String
ViewChainResult.getAgentType
(@Nullable ResultsSummary resultsSummary) @Nullable String
ViewChainResult.getEphemeralAgentTemplateIdIfExists
(@Nullable ResultsSummary currentlyBuilding) @Nullable String
ViewChainResult.getEphemeralAgentTemplateNameIfExists
(@Nullable ResultsSummary currentlyBuilding) Method parameters in com.atlassian.bamboo.ww2.actions.chains with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ViewChainSummary.setResultsList
(List<? extends ResultsSummary> results) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.charts
Methods in com.atlassian.bamboo.ww2.actions.charts that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionViewBuildNumberChart.getResultsList()
ViewCombinedByTimePeriodChart.getResultsList()
Provide the GUI with the collection ofResultsSummary
objects for the specified build.Method parameters in com.atlassian.bamboo.ww2.actions.charts with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ViewBuildNumberChart.setResultsList
(List<? extends ResultsSummary> results) void
ViewCombinedByTimePeriodChart.setResultsList
(List<? extends ResultsSummary> results) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.jira
Methods in com.atlassian.bamboo.ww2.actions.jira that return ResultsSummaryModifier and TypeMethodDescriptionprotected ResultsSummary
AbstractCreateNewJiraIssueAction.getResultsSummary()
Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected void
AbstractCreateNewJiraIssueAction.addIssueLinkFromJiraIssueToThisBuildResult
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected void
LinkTestToJiraIssueAction.addIssueLinkFromJiraIssueToThisBuildResult
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary, @NotNull TestCase testCase) protected String
AbstractCreateNewJiraIssueAction.convertBuildStateToIconFileName
(@NotNull ResultsSummary resultsSummary) protected String
LinkTestToJiraIssueAction.convertBuildStateToIconFileName
(@NotNull ResultsSummary resultsSummary) protected abstract com.opensymphony.webwork.dispatcher.json.JSONObject
AbstractCreateNewJiraIssueAction.createIssueLinkData
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObject
CreateNewJiraIssueForBuildResultAction.createIssueLinkData
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObject
CreateNewJiraIssueForTestAction.createIssueLinkData
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObject
LinkTestToJiraIssueAction.createIssueLinkData
(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary, @NotNull TestCase testCase) protected String
AbstractCreateNewJiraIssueAction.getBuildPlanResultName
(ResultsSummary buildSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels that return ResultsSummaryMethods in com.atlassian.bamboo.ww2.actions.labels that return types with arguments of type ResultsSummaryMethods in com.atlassian.bamboo.ww2.actions.labels with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
EditLabelsAction.setResultsSummary
(ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.reports
Methods in com.atlassian.bamboo.ww2.actions.reports that return types with arguments of type ResultsSummaryMethod parameters in com.atlassian.bamboo.ww2.actions.reports with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ViewReport.setResultsList
(List<ResultsSummary> resultsList) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.actions.rss
Fields in com.atlassian.bamboo.ww2.actions.rss with type parameters of type ResultsSummaryMethods in com.atlassian.bamboo.ww2.actions.rss that return types with arguments of type ResultsSummaryMethod parameters in com.atlassian.bamboo.ww2.actions.rss with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
RssFeedAction.setResultsList
(List<? extends ResultsSummary> resultsList) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return ResultsSummaryMethods in com.atlassian.bamboo.ww2.aware that return types with arguments of type ResultsSummaryModifier and TypeMethodDescriptionList<? extends ResultsSummary>
ResultsListAware.getResultsList()
Methods in com.atlassian.bamboo.ww2.aware with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ResultsSummaryAware.setResultsSummary
(ResultsSummary buildResults) Method parameters in com.atlassian.bamboo.ww2.aware with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoid
ResultsListAware.setResultsList
(List<? extends ResultsSummary> results) -
Uses of ResultsSummary in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans with parameters of type ResultsSummaryModifier and TypeMethodDescription@NotNull DecoratedResult
DecoratedNavObjectFactory.decorateResult
(ResultsSummary summary) Gets the decorated result for the given result summary, including the full object hierarchy around it, such as parent if it is a job summary, and plan.@NotNull DecoratedResult
DecoratedNavObjectFactoryImpl.decorateResult
(ResultsSummary summary) Constructors in com.atlassian.bamboo.ww2.beans with parameters of type ResultsSummaryModifierConstructorDescriptionDecoratedResultStatus
(PlanExecutionManager planExecutionManager, ResultsSummary resultSummary, DecoratedResult decoratedResult) -
Uses of ResultsSummary in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands that return ResultsSummaryModifier and TypeMethodDescriptionprotected @Nullable ResultsSummary
SimpleSmackCommand.getResultsSummary()