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_.allTriggeredBuildResultsstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,ResultsSummary> AuthorImpl_.breakagesstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,ResultsSummary> AuthorImpl_.failedBuildsstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,ResultsSummary> AuthorImpl_.fixesstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,ResultsSummary> AuthorImpl_.successfulBuildsstatic javax.persistence.metamodel.ListAttribute<AuthorImpl,ResultsSummary> AuthorImpl_.triggeredBuildResultsMethods 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_COUNTlast 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_COUNTlast 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_COUNTlast 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_COUNTlast 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_COUNTlast triggered by this author.ChangeAuthor.getTriggeredBuildResults()Methods in com.atlassian.bamboo.author with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoidChangeAuthor.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.TimeTableXYDatasetAbstractAuthorReportCollector.populateDataSet(Collection<ResultsSummary> results, org.jfree.data.time.TimeTableXYDataset dataset, String seriesName) voidAbstractAuthorReportCollector.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 ResultsSummaryResponsibilitiesUpdatedNotificationListener.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) voidResponsibleRecipient.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.neighbouringSummariesMethods in com.atlassian.bamboo.build that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummaryBuildStatusHelper.getFailingSinceBuild()If the currentBuildResult is set and failing then return first failed BuildResultSummary in series.@Nullable ResultsSummaryChainResultsAction.getFailingSinceForTest(@Nullable TestCaseResult testCaseResult) @Nullable ResultsSummaryBuildStatusHelper.getFirstBuildInSequence()Poorly named method.@Nullable ResultsSummaryBuildStatusHelper.getFixedInBuild()If the currentBuildResult is set and not successful then return first successful BuildResultSummary after this one.@Nullable ResultsSummaryBuildStatusHelper.getFixesBuild()If the currentBuildResult is set and successful then return first failed BuildResultSummary in series that preceded currentBuildResult.@Nullable ResultsSummaryViewBuild.getLastSuccessfulSummary()@Nullable ResultsSummaryViewBuild.getLatestSummary()@Nullable ResultsSummaryBuildStatusHelper.getPreviousSuccessfulBuild()PlanResultsAction.getResultsSummary()@Nullable ResultsSummaryBuildStatusHelper.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 ofBuildResultsSummaryobjects for the specified build.Methods in com.atlassian.bamboo.build with parameters of type ResultsSummaryModifier and TypeMethodDescription@Nullable StringChainResultsAction.getFailingSinceForTestString(@Nullable ResultsSummary resultsSummary, @Nullable TestCaseResult testCaseResult) com.google.common.collect.ImmutableList<RepositoryChangeset>PlanResultsAction.getRepositoryChangesetsWithNotBlankRevision(@NotNull ResultsSummary resultsSummary) intPlanResultsAction.getSkippedCommitsCount(@NotNull ResultsSummary resultsSummary) PlanResultsAction.getTriggerReasonLongDescriptionHtml(ResultsSummary resultsSummary) voidPlanResultsAction.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) voidViewBuild.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 ResultsSummaryArtifactLink.getBuildResultsSummary()DefaultArtifactLink.getBuildResultsSummary()Methods in com.atlassian.bamboo.build.artifact with parameters of type ResultsSummaryModifier and TypeMethodDescriptionstatic DefaultArtifactLinkDefaultArtifactLink.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 voidDefaultArtifactLink.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 longBuildExpiryBeanImpl.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 TypeMethodDescriptionlongBuildExpiryBatchProcessor.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 TypeMethodDescriptionvoidFailurePeriod.addFailingBuild(ResultsSummary build) voidFailurePeriod.setBreakingBuild(ResultsSummary breakingBuild) voidFailurePeriod.setFixingBuild(ResultsSummary fixingBuild) voidFailurePeriod.setRemovedInBuild(ResultsSummary removedInBuild) Method parameters in com.atlassian.bamboo.build.statistics with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidStatisticsCollectorImpl.init(@NotNull List<? extends ResultsSummary> results) voidFailurePeriod.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 aCollectionofResultStatisticsProviderobjects 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 ofResultsSummaryfor 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 TypeMethodDescriptionvoidViewRunningPlans.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 jobsResultsSummaryrelated 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.buildResultsprotected final List<ResultsSummary>BuildFailuresChart.filteredResultsprotected final List<ResultsSummary>BuildTimesChart.filteredResultsMethods 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 voidBuildTimesChart.addDataSet(ResultsSummary resultsSummary, org.jfree.data.xy.CategoryTableXYDataset categoryTableXYDataSet) protected voidBuildFailuresChart.appendTooltipSuffix(StringBuilder tooltip, ResultsSummary buildResultsSummary) protected voidBuildTimesChart.appendTooltipSuffix(StringBuilder tooltip, ResultsSummary buildResultsSummary) Method parameters in com.atlassian.bamboo.charts with type arguments of type ResultsSummaryModifier and TypeMethodDescription@Nullable ReportCollectorChartManager.getReportCollector(List<ResultsSummary> resultsList, Map<String, String[]> contextMap) @Nullable ReportCollectorDefaultChartManager.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 TypeMethodDescriptionvoidViewCloverCoverageSummary.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 ResultsSummaryCloverDeltaCalculator.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 TypeMethodDescriptionvoidCloverPerBuildCoverageCollector.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 TypeMethodDescriptionvoidCommentService.deleteComment(@NotNull Comment comment, @NotNull ResultsSummary resultsSummary) Deprecated.since 5.0 use deleteComment(comment)voidCommentServiceImpl.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 ResultsSummaryDeploymentProjectStatusForResultSummary.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()GetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)LinkedJiraIssueImpl.getResultsSummary()Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoidJiraIssueUtils.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.voidLinkedJiraIssue.setResultsSummary(ResultsSummary resultsSummary) SetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)voidLinkedJiraIssueImpl.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 TypeMethodDescriptionvoidPlanSummariesObject.addBuildResultsSummary(@NotNull ResultsSummary buildResultsSummary) Method parameters in com.atlassian.bamboo.js with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidPlanSummariesObject.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_.buildResultsSummaryMethods in com.atlassian.bamboo.labels that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummaryLabelling.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 allResultsSummarylabelled 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 intLabelManagerImpl.addLabel(@NotNull String labelName, String namespace, @Nullable Project project, @Nullable Plan plan, @Nullable ResultsSummary resultsSummary, String userName) @Nullable LabellingLabelDao.findLabellingByResultsSummary(Label label, ResultsSummary resultsSummary) @Nullable LabellingLabelDao.findLabellingByResultsSummary(String name, String namespace, ResultsSummary buildResultsSummary) @Nullable LabellingLabelHibernateDao.findLabellingByResultsSummary(Label label, ResultsSummary resultsSummary) @Nullable LabellingLabelHibernateDao.findLabellingByResultsSummary(String name, String namespace, ResultsSummary buildResultsSummary) LabelDao.getResultSummaryLabelNames(@NotNull ResultsSummary resultsSummary) Get names of labels related to result summaryLabelHibernateDao.getResultSummaryLabelNames(@NotNull ResultsSummary resultsSummary) booleanLabelManager.hasBuildResultsLabel(ResultsSummary buildResultsSummary, String label) Checks whether the build results summary has a particular labelbooleanLabelManagerImpl.hasBuildResultsLabel(@NotNull ResultsSummary buildResultsSummary, @NotNull String label) protected intLabelManagerImpl.removeLabel(@NotNull String labelName, @NotNull String namespace, @NotNull Project project, @Nullable ImmutablePlan plan, @Nullable ResultsSummary resultsSummary) voidLabelling.setBuildResultsSummary(ResultsSummary resultsSummary) voidLabellingImpl.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 ResultsSummaryAbstractNotificationEventListener.fetchResultSummaryIfRequiredByNotificationRules(@NotNull PlanResultKey planResultKey, @NotNull Iterable<NotificationRule> notificationRules) Methods in com.atlassian.bamboo.notification with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoidNotificationRecipient.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 ResultsSummaryAbstractCompletedNotification.resultsSummaryMethods in com.atlassian.bamboo.notification.buildcompleted with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoidAbstractCompletedNotification.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 TypeMethodDescriptionvoidAfterXFailedNotification.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 TypeMethodDescriptionvoidCommitterRecipient.setResultsSummary(@Nullable ResultsSummary resultsSummary) -
Uses of ResultsSummary in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummaryPlanStatusHistoryAction.findLastBuildResultBefore(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummaryAbstractPlan.getLatestResultsSummary()@Nullable ResultsSummaryPlan.getLatestResultsSummary()Methods in com.atlassian.bamboo.plan with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected StringResultsSummaryJsonDecorator.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 ofConsumedSubscriptionordered by order ofResultsSummaryexecution.@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 ofConsumedSubscriptionordered by order ofResultsSummaryexecution.@NotNull Multimap<ResultsSummary,ConsumedSubscription> ArtifactSubscriptionManagerImpl.getConsumedSubscriptions(@NotNull ResultsSummary resultsSummary) voidConsumedSubscription.setConsumerResultSummary(ResultsSummary consumerResultsSummary) voidConsumedSubscriptionImpl.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 TriggerReasonTriggerManager.getTriggerReason(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonTriggerManagerImpl.getTriggerReason(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRendererTriggerManager.getTriggerReasonRenderer(@NotNull TriggerReason triggerReason, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRendererTriggerManagerImpl.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 TypeMethodDescriptionvoidJIRAReleaseTriggerReason.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 TypeMethodDescriptionvoidResultDetails.expand(ResultsSummary summary, @NotNull Supplier<BuildResults> buildResults) voidResultDetails.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 TypeMethodDescriptionvoidRestChainResult.expand(@NotNull ResultsSummary summary, @Nullable ExecutionStatus executionStatus) voidRestChainResultDetails.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 RestResultsResultServiceImpl.prepareBuildHistoryResponse(List<? extends ResultsSummary> buildResultsSummaries, int size, org.apache.commons.lang3.Range<Integer> range, javax.ws.rs.core.UriInfo uriInfo) protected RestResultsResultServiceImpl.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 StringAbstractTimePeriodCollector.getSeriesKey(@NotNull ResultsSummary summary) protected StringAgentUtilizationCollector.getSeriesKey(@NotNull ResultsSummary summary) Method parameters in com.atlassian.bamboo.reports.collector with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidAbstractTimePeriodCollector.setResultsList(@NotNull List<? extends ResultsSummary> resultsList) voidAgentUtilizationCollector.setResultsList(@NotNull List<? extends ResultsSummary> resultsList) voidRatioOfFailureWithLabelUsageCollector.setResultsList(@NotNull List<? extends ResultsSummary> resultsList) voidReportCollector.setResultsList(@NotNull List<? extends ResultsSummary> resultsList) -
Uses of ResultsSummary in com.atlassian.bamboo.resultsummary
Subinterfaces of ResultsSummary in com.atlassian.bamboo.resultsummaryModifier and TypeInterfaceDescriptioninterfaceAn interface which provides a database persisted version of theBuildResultsinterfaceClasses 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.resultsSummaryClassMethods 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) CountsResultsSummaryobjects given aByJiraIssueResultSearchCriteriaandResultSummarySearchCriteria.<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 aResultsSummaryof the givenClass<T extends ResultsSummary>
TBuildResultsSummaryDao.findAnyResultSummary(@NotNull ResultsSummaryCriteria criteria, ResultDataRead dataRead) Searches for anyResultsSummaryobject 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 anyResultsSummaryobject 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 anyResultsSummaryobject given aByJiraIssueResultSearchCriteriaandResultSummarySearchCriteria.<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 failedBuildResultsSummaryafter 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 firstResultsSummaryafter 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 failingBuildResultsSummarybefore buildNumber<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultBefore(@NotNull String planKey, int buildNumber, Class<T> aClass, boolean includeOnceOffBuilds) Finds the last successful or failedResultsSummarybefore 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 failingResultsSummarybefore planResultKey.getBuildNumber<T extends ResultsSummary>
TResultsSummaryManager.findLastResultBefore(@NotNull PlanResultKey planResultKey, Class<T> aClass, boolean includeOnceOffBuilds) Finds the lastResultsSummarybefore 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 forResultsSummaryobjects 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 forResultsSummaryobjects 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 theResultsSummaryin aLifeCycleState.PENDING,LifeCycleState.QUEUED,LifeCycleState.IN_PROGRESSstate with the givenClassSee 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 theResultsSummaryin aLifeCycleState.IN_PROGRESSstate<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllBuildResultSummariesInBuildState(@NotNull BuildState state, Class<T> aClass) Returns all theBuildResultsSummaryin 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 theBuildResultsSummaryin 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 theBuildResultsSummaryin aBuildState.UNKNOWNstate 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 theBuildResultsSummaryin aBuildState.UNKNOWNstate<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllInProgressResultSummaries(Class<T> aClass) Returns all theResultsSummaryin aLifeCycleState.IN_PROGRESSstate with the givenClassThis 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 theResultsSummaryin aLifeCycleState.IN_PROGRESSstate<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllPendingResultSummaries(Class<T> aClass) Returns all theResultsSummaryin aLifeCycleState.PENDINGstate with the givenClassThis 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 theResultsSummaryin aLifeCycleState.PENDINGstate<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllQueuedResultSummaries(Class<T> aClass) Returns all theResultsSummaryin aLifeCycleState.QUEUEDstate with the givenClassThis 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 theResultsSummaryin aLifeCycleState.QUEUEDstate<T extends ResultsSummary>
List<T>BuildResultsSummaryDao.getAllResultSummariesForPlan(@NotNull Plan plan) Get all theResultsSummarys 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 theResultsSummaryin aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate 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 theResultsSummaryin aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate 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 lastResultsSummaryfor planKey andClass<T extends ResultsSummary>
TResultsSummaryManager.getLastResultsSummary(@NotNull String planKey, Class<T> aClass, boolean ignoreSpecsResults) Get the lastResultsSummaryfor planKey andClasswith possible skip of specs results.<T extends ResultsSummary>
TBuildResultsSummaryDao.getLastResultSummary(String planKey, Class<T> aClass) Returns the latest completedResultsSummaryandClassfor the plan represented by planKey<T extends ResultsSummary>
TBuildResultsSummaryDao.getLastResultSummary(String planKey, Class<T> aClass, boolean ignoreSpecsResults) Returns the latest completedResultsSummaryandClassfor 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) LookupResultsSummarybyPlanResultKeyand expected type<T extends ResultsSummary>
TBuildResultsSummaryDao.getResultsSummary(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummarybyPlanResultKeyand 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) LookupResultsSummarybyPlanResultKeyand expected type<T extends ResultsSummary>
TResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummarybyPlanResultKeyand 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 summariesaccording to the givencriteriafor use in build expiry.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getResultSummariesForPlan(@NotNull ImmutablePlan plan, int firstResult, int maxResults) Get theResultsSummarys 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 theResultsSummarys for the givenPlanin giveLifeCycleStatethat 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 theResultsSummarys for the givenPlanin giveLifeCycleStatethat are Results are sorted by build number (descending).Methods in com.atlassian.bamboo.resultsummary that return ResultsSummaryModifier and TypeMethodDescription@Nullable ResultsSummaryBuildResultsSummaryDao.findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState) Finds the last successfulBuildResultsSummaryafter buildNumberBuildResultsSummaryHibernateDao.findFirstBuildResultWithBuildStateAfter(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState) @Nullable ResultsSummaryBuildResultsSummaryDao.findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) Returns the first build that matchesBuildStatebetween the given build number range Note that this function is inclusive of the upper and lower bound@Nullable ResultsSummaryBuildResultsSummaryHibernateDao.findFirstBuildResultWithBuildStateBetween(@NotNull String planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findFirstFailedBuildResultAfter(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummaryResultsSummaryManager.findFirstFailedBuildResultAfter(@NotNull String buildKey, int buildNumber) Finds the first failedResultsSummaryafter buildNumber@Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(@NotNull ImmutablePlan build, int lowerBuildNumber, int upperBuildNumber) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) @Nullable ResultsSummaryResultsSummaryManager.findFirstFailedBuildResultBetween(@NotNull ImmutablePlan build, int lowerBuildNumber, int upperBuildNumber) Finds the first failed build between the upper and lower build numbers inclusively.@Nullable ResultsSummaryResultsSummaryManager.findFirstFailedBuildResultBetween(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) Finds the first failed build between the upper and lower build numbers inclusively@Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findFirstSuccessfulBuildResultAfter(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummaryResultsSummaryManager.findFirstSuccessfulBuildResultAfter(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummaryafter buildNumber@Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastBuildResultBefore(@NotNull String buildKey, int buildNumber) @Nullable ResultsSummaryResultsSummaryManager.findLastBuildResultBefore(@NotNull String buildKey, int buildNumber) Finds the last successful or failingBuildResultsSummarybefore buildNumberBuildResultsSummaryDao.findLastBuildResultWithBuildStateBefore(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds) Finds the lastBuildResultsSummarybefore buildNumber withBuildStateBuildResultsSummaryHibernateDao.findLastBuildResultWithBuildStateBefore(@NotNull String planKey, int buildNumber, @NotNull BuildState buildState, boolean includeOnceOffBuilds) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(@NotNull ImmutablePlan build, int buildNumber) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(@NotNull PlanKey planKey, int buildNumber) @Nullable ResultsSummaryResultsSummaryManager.findLastFailingBuildResultBefore(@NotNull ImmutablePlan build, int buildNumber) Finds the last failingResultsSummarybefore buildNumber@Nullable ResultsSummaryResultsSummaryManager.findLastFailingBuildResultBefore(@NotNull PlanKey planKey, int buildNumber) Finds the last failingResultsSummarybefore buildNumber@Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) @Nullable ResultsSummaryResultsSummaryManager.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummarybefore build@Nullable ResultsSummaryResultsSummaryManager.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) Finds the last successfulResultsSummarybefore build@Nullable ResultsSummaryBuildResultsSummaryDao.getBreakingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryHibernateDao.getBreakingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getBreakingBuild(ResultsSummary buildResultsSummary) @Nullable ResultsSummaryResultsSummaryManager.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 ResultsSummaryBuildResultsSummaryDao.getFixingBuild(ResultsSummary summary) Returns the first successfulBuildResultsSummaryfor givenBuildResultsSummary.@Nullable ResultsSummaryBuildResultsSummaryHibernateDao.getFixingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getFixingBuild(ResultsSummary buildResultsSummary) @Nullable ResultsSummaryResultsSummaryManager.getFixingBuild(ResultsSummary buildResultsSummary) Returns the first successfulResultsSummaryfor givenResultsSummary.BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary(@NotNull PlanKey planKey) @Nullable ResultsSummaryResultsSummaryManager.getLastSuccessfulResultSummary(@NotNull PlanKey planKey) Get the last successfulResultsSummaryfor planKeyBuildResultsSummaryManagerImpl.getResultsSummary(long id) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) CustomDataRow.getResultsSummary()@Nullable ResultsSummaryResultsSummaryManager.getResultsSummary(long id) Lookup the ResultsSummary by id@Nullable ResultsSummaryResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey@Nullable ResultsSummaryResultsSummaryManager.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 theResultsSummaryobjects 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 theResultsSummaryobjects 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 theResultsSummaryobjects that represent build results "around" the given build number.@NotNull List<ResultsSummary>ResultsSummaryManager.getNeighbouringSummaries(Plan plan, int buildNumber) Returns all theResultsSummaryobjects 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 TypeMethodDescriptionvoidBuildResultsSummaryManagerImpl.addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.addVariableContextSnapshotToResultSummary(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Adds state of global and plan variables to result at the beginning of execution.voidBuildResultsSummaryManagerImpl.calculateAndSetDeltaState(ResultsSummary resultsSummary) voidResultsSummaryManager.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.voidBuildResultsSummaryManagerImpl.clearVariablesOnRerunBuild(@NotNull ResultsSummary resultsSummary) voidResultsSummaryManager.clearVariablesOnRerunBuild(@NotNull ResultsSummary resultSummary) Clear stored stage manual variables when build is fully rerun.@Nullable ResultsSummaryBuildResultsSummaryDao.getBreakingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryHibernateDao.getBreakingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getBreakingBuild(ResultsSummary buildResultsSummary) @Nullable ResultsSummaryResultsSummaryManager.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 ResultsSummaryBuildResultsSummaryDao.getFixingBuild(ResultsSummary summary) Returns the first successfulBuildResultsSummaryfor givenBuildResultsSummary.@Nullable ResultsSummaryBuildResultsSummaryHibernateDao.getFixingBuild(ResultsSummary summary) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.getFixingBuild(ResultsSummary buildResultsSummary) @Nullable ResultsSummaryResultsSummaryManager.getFixingBuild(ResultsSummary buildResultsSummary) Returns the first successfulResultsSummaryfor givenResultsSummary.@Nullable ChainResultsSummaryBuildResultsSummaryDao.getParentResultSummary(ResultsSummary summary) Get (@link ChainResultsSummary} containing givenResultsSummary@Nullable ChainResultsSummaryBuildResultsSummaryHibernateDao.getParentResultSummary(ResultsSummary summary) @Nullable ChainResultsSummaryBuildResultsSummaryManagerImpl.getParentResultSummary(ResultsSummary resultsSummary) @Nullable ChainResultsSummaryResultsSummaryManager.getParentResultSummary(ResultsSummary resultsSummary) Get (@link ChainResultsSummary} containing givenResultsSummary@Nullable ChainStageResultBuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummary@Nullable ChainStageResultBuildResultsSummaryHibernateDao.getStageForResult(ResultsSummary summary) @Nullable ChainStageResultBuildResultsSummaryManagerImpl.getStageForResult(ResultsSummary resultsSummary) @Nullable ChainStageResultResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary) Get (@link ChainStageResult} containing givenResultsSummarystatic booleanResultSummaryPredicates.isFailed(ResultsSummary resultsSummary) static booleanResultSummaryPredicates.isFinished(ResultsSummary resultsSummary) static booleanResultSummaryPredicates.isInProgress(ResultsSummary resultsSummary) static booleanResultSummaryPredicates.isNotBuilt(ResultsSummary resultsSummary) static booleanResultSummaryPredicates.isSuccessful(ResultsSummary resultsSummary) voidBuildResultsSummaryManagerImpl.postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.postBuildVariableSnapshotUpdate(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) Saves result variables produced in a job.voidBuildResultsSummaryManagerImpl.removeArtifacts(@NotNull ResultsSummary resultsSummary) voidResultsSummaryManager.removeArtifacts(@NotNull ResultsSummary resultsSummary) Remove any artifacts stored for this plan resultvoidBuildResultsSummaryManagerImpl.removeBuildLogs(@NotNull ResultsSummary resultsSummary) voidBuildResultsSummaryManagerImpl.removeBuildLogs(@NotNull ResultsSummary resultsSummary, long maxIgnoredSize) voidResultsSummaryManager.removeBuildLogs(@NotNull ResultsSummary resultsSummary) Remove any build logs stored for this plan resultvoidResultsSummaryManager.removeBuildLogs(@NotNull ResultsSummary resultsSummary, long maxIgnoredLogSize) Remove build logs stored for this plan result that are greater than given size (in bytes).voidBuildResultsSummaryManagerImpl.removeMatchingArtifacts(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) voidResultsSummaryManager.removeMatchingArtifacts(@NotNull ResultsSummary resultsSummary, @NotNull Predicate<ArtifactLink> predicate) Remove artifacts from results summary that match a predicate.voidBuildResultsSummaryDao.removeResultsSummary(@NotNull ResultsSummary buildResultsSummary) Removes the passed result summaryvoidBuildResultsSummaryHibernateDao.removeResultsSummary(@NotNull ResultsSummary resultsSummary) voidBuildResultsSummaryManagerImpl.removeResultSummary(@NotNull ResultsSummary resultsSummary) voidResultsSummaryManager.removeResultSummary(@NotNull ResultsSummary resultsSummary) Remove plan result summary and all associated objects.voidBuildResultsSummaryManagerImpl.saveResultSummary(@NotNull ResultsSummary resultsSummary) voidResultsSummaryManager.saveResultSummary(@NotNull ResultsSummary resultsSummary) Saves theResultsSummaryvoidCustomDataRow.setResultsSummary(ResultsSummary resultsSummary) static voidResultSummaryHelper.updateCancellationDetails(@NotNull ResultsSummary resultsSummary, @Nullable BuildCancelledDetails buildCancellationDetails) voidBuildResultsSummaryManagerImpl.updateLifeCycleState(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) voidResultsSummaryManager.updateLifeCycleState(@NotNull ResultsSummary resultsSummary, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) Update LifeCycleState and saves the givenResultsSummaryvoidBuildResultsSummaryManagerImpl.updateVariablesOnContinuedBuild(@NotNull ResultsSummary resultsSummary, @NotNull VariableContext variableContext) voidResultsSummaryManager.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 ofLinkedJiraIssuelinked 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 ofLinkedJiraIssuelinked to the given build result summaries@NotNull List<LinkedJiraIssue>BuildResultsSummaryHibernateDao.getJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults) longBuildResultsSummaryDao.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.longBuildResultsSummaryHibernateDao.scrollResultSummaries(@NotNull String buildKey, @NotNull ResultDataRead dataRead, @NotNull Consumer<ResultsSummary> consumer) longBuildResultsSummaryManagerImpl.scrollResultSummaries(@NotNull String buildKey, @NotNull Function<ResultsSummary, Void> function) longBuildResultsSummaryManagerImpl.scrollResultSummaries(@NotNull String buildKey, ResultDataRead resultDataRead, @NotNull Function<ResultsSummary, Void> function) longResultsSummaryManager.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.longResultsSummaryManager.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 voidBuildResultsSummaryCriteria.setResultSummaryClass(@NotNull Class<? extends ResultsSummary> resultSummaryClass) voidResultsSummaryCriteria.setResultSummaryClass(@NotNull Class<? extends ResultsSummary> resultSummaryClass) @NotNull ResultsSummaryCriteriaBuilderResultsSummaryCriteriaBuilder.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 lastResultsSummaryfor planKey andClass<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getLastResultsSummary(@NotNull PlanKey planKey, Class<T> aClass, boolean ignoreSpecsResults) Get the lastResultsSummaryfor planKey andClasswith 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) LookupResultsSummarybyPlanResultKeyand 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 ResultsSummaryInternalResultsSummaryAccessor.getResultsSummary(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey.@Nullable ResultsSummaryInternalResultsSummaryAccessor.getResultsSummary(PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey@Nullable ResultsSummaryInternalResultsSummaryAccessorImpl.getResultsSummary(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummaryInternalResultsSummaryAccessorImpl.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 anyResultsSummaryobject 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 anyResultsSummaryobject 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 ResultsSummaryRepositoryChangeset.getResultsSummary()@NotNull ResultsSummaryRepositoryChangesetImpl.getResultsSummary()Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type ResultsSummaryModifier and TypeMethodDescriptionvoidRepositoryChangeset.setResultsSummary(@NotNull ResultsSummary resultsSummary) voidRepositoryChangesetImpl.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 TypeMethodDescriptionvoidBuildResultWarningSummaryManager.createBuildWarningSummary(ResultsSummary resultsSummary, long repositoryId, long highPriorityCount, long normalPriorityCount, long lowPriorityCount) voidBuildResultWarningSummaryManagerImpl.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.SyndFeedRssFeedBuilder.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 TypeMethodDescriptionvoidCompletedStageTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidEnvironmentDependencyTriggerReason.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 TypeMethodDescriptionvoidChildDependencyTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidCodeChangedTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidCodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) voidCustomRevisionBuildTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidDefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) voidDependencyTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidManualBuildTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidRerunBuildTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidRssChangedTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidScheduledTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidTagBuildTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) voidTriggerReason.init(String key, @NotNull ResultsSummary resultsSummary) Initializes theTriggerReasonusing data from theResultsSummaryvoidTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary resultsSummary) voidUnknownTriggerReason.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 TypeMethodDescriptionvoidInitialBuildTriggerReason.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 voidBuiltInVariableHelper.createRepositoryVariables(@NotNull Map<String, VariableDefinitionContext> variables, @NotNull ResultsSummary resultsSummary, @NotNull VariableType variableType, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager) voidVariableContextSnapshot.setResultSummary(ResultsSummary resultSummary) voidVariableContextSnapshotImpl.setResultSummary(ResultsSummary resultSummary) voidVariableSubstitution.setResultSummary(ResultsSummary resultSummary) Deprecated.voidVariableSubstitutionImpl.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 TypeMethodDescriptionbooleanVcsRepositoryConfigurationService.validateContinuableStatus(@NotNull ResultsSummary resultSummary) Checks that result is continuable and repositories referenced by a result still exists in Bamboo db.booleanVcsRepositoryConfigurationServiceImpl.validateContinuableStatus(@NotNull ResultsSummary resultSummary) booleanVcsRepositoryConfigurationService.validateRestartableStatus(@NotNull ResultsSummary resultSummary) Checks that result is restartable and repositories referenced by a result still exists in Bamboo db.booleanVcsRepositoryConfigurationServiceImpl.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 renderedWebPanels 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 StringPlanActionSupport.getFirstNotRunnableStage(@NotNull ResultsSummary resultsSummary) booleanPlanActionSupport.isContinuable(@NotNull ResultsSummary resultsSummary) booleanPlanActionSupport.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 ResultsSummaryViewChainSummary.getLastSuccessfulSummary()@Nullable ResultsSummaryViewChainSummary.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 StringViewChainResult.getAgentType(@Nullable ResultsSummary resultsSummary) @Nullable StringViewChainResult.getEphemeralAgentTemplateIdIfExists(@Nullable ResultsSummary currentlyBuilding) @Nullable StringViewChainResult.getEphemeralAgentTemplateNameIfExists(@Nullable ResultsSummary currentlyBuilding) Method parameters in com.atlassian.bamboo.ww2.actions.chains with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidViewChainSummary.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 ofResultsSummaryobjects for the specified build.Method parameters in com.atlassian.bamboo.ww2.actions.charts with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidViewBuildNumberChart.setResultsList(List<? extends ResultsSummary> results) voidViewCombinedByTimePeriodChart.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 ResultsSummaryAbstractCreateNewJiraIssueAction.getResultsSummary()Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type ResultsSummaryModifier and TypeMethodDescriptionprotected voidAbstractCreateNewJiraIssueAction.addIssueLinkFromJiraIssueToThisBuildResult(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected voidLinkTestToJiraIssueAction.addIssueLinkFromJiraIssueToThisBuildResult(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary, @NotNull TestCase testCase) protected StringAbstractCreateNewJiraIssueAction.convertBuildStateToIconFileName(@NotNull ResultsSummary resultsSummary) protected StringLinkTestToJiraIssueAction.convertBuildStateToIconFileName(@NotNull ResultsSummary resultsSummary) protected abstract com.opensymphony.webwork.dispatcher.json.JSONObjectAbstractCreateNewJiraIssueAction.createIssueLinkData(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObjectCreateNewJiraIssueForBuildResultAction.createIssueLinkData(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObjectCreateNewJiraIssueForTestAction.createIssueLinkData(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary) protected com.opensymphony.webwork.dispatcher.json.JSONObjectLinkTestToJiraIssueAction.createIssueLinkData(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull String issueKey, @NotNull ResultsSummary resultsSummary, @NotNull TestCase testCase) protected StringAbstractCreateNewJiraIssueAction.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 TypeMethodDescriptionvoidEditLabelsAction.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 TypeMethodDescriptionvoidViewReport.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 TypeMethodDescriptionvoidRssFeedAction.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 TypeMethodDescriptionvoidResultsSummaryAware.setResultsSummary(ResultsSummary buildResults) Method parameters in com.atlassian.bamboo.ww2.aware with type arguments of type ResultsSummaryModifier and TypeMethodDescriptionvoidResultsListAware.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 DecoratedResultDecoratedNavObjectFactory.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 DecoratedResultDecoratedNavObjectFactoryImpl.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 ResultsSummarySimpleSmackCommand.getResultsSummary()