Uses of Interface
com.atlassian.bamboo.results.BuildResults
Packages that use BuildResults
Package
Description
-
Uses of BuildResults in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BuildResultsMethods in com.atlassian.bamboo.build that return BuildResultsModifier and TypeMethodDescriptionBuildResultsAction.getBuildResults()
Let the UI have the build results instance.protected @Nullable BuildResults
BuildResultsAction.getBuildResultsFromContainer
(int currentBuildNumber, String jobKey) Methods in com.atlassian.bamboo.build with parameters of type BuildResultsModifier and TypeMethodDescriptionvoid
CustomBuildCompleteAction.run
(@NotNull ImmutableBuildable buildable, @NotNull BuildResults buildResult) This action will run when a build completes.void
BuildResultsAction.setBuildResults
(BuildResults buildResults) -
Uses of BuildResults in com.atlassian.bamboo.builder
Methods in com.atlassian.bamboo.builder that return BuildResultsModifier and TypeMethodDescriptionstatic BuildResults
BuildResultsTestFactory.createWithBuildKey
(String expectedBuildKey) static BuildResults
BuildResultsTestFactory.createWithChangeList
(List<Commit> expectedChangeList) static BuildResults
BuildResultsTestFactory.createWithFailure()
static BuildResults
BuildResultsTestFactory.createWithNoReason()
static BuildResults
BuildResultsTestFactory.createWithReason
(ReasonForBuild expectedReason) static BuildResults
BuildResultsTestFactory.createWithReasonCleanBuild()
static BuildResults
BuildResultsTestFactory.createWithSourceDir
(File expectedSourceDirectory) static BuildResults
BuildResultsTestFactory.createWithSuccess()
-
Uses of BuildResults in com.atlassian.bamboo.notification.buildcompleted
Fields in com.atlassian.bamboo.notification.buildcompleted declared as BuildResults -
Uses of BuildResults in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister that return BuildResultsModifier and TypeMethodDescription@Nullable BuildResults
Persister.getBuildResults
(Key planKey, int buildNumber) Get the Nth build for a given build.@Nullable BuildResults
CachedBuildPersisterDecorator.loadBuildResults
(Key planKey, int buildNumber) Cache the build results so that the least used results get purgedMethods in com.atlassian.bamboo.persister with parameters of type BuildResultsModifier and TypeMethodDescriptionvoid
Persister.addBuildResults
(PlanKey planKey, BuildResults buildResults) Associate the given buildResults with the given build.void
CachedBuildPersisterDecorator.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Simply pass this request onto the parent -
Uses of BuildResults in com.atlassian.bamboo.persister.file
Methods in com.atlassian.bamboo.persister.file that return BuildResultsModifier and TypeMethodDescription@Nullable BuildResults
FileBasedPersister.getBuildResults
(Key planKey, int buildNumber) @Nullable BuildResults
BuildPersisterDecorator.loadBuildResults
(Key planKey, int buildNumber) Load the given build's buildNumber'th build results@Nullable BuildResults
XStreamBuildPersister.loadBuildResults
(Key planKey, int buildNumber) Load the build buildresults for the given build numberMethods in com.atlassian.bamboo.persister.file with parameters of type BuildResultsModifier and TypeMethodDescriptionvoid
FileBasedPersister.addBuildResults
(PlanKey planKey, BuildResults buildResults) void
BuildPersisterDecorator.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Save the given build's given buildResultsvoid
XStreamBuildPersister.saveBuildResults
(PlanKey planKey, BuildResults buildResults) Save the build results -
Uses of BuildResults in com.atlassian.bamboo.plugins.rest.model.build
Method parameters in com.atlassian.bamboo.plugins.rest.model.build with type arguments of type BuildResultsModifier and TypeMethodDescriptionvoid
ResultDetails.expand
(ResultsSummary summary, @NotNull Supplier<BuildResults> buildResults) -
Uses of BuildResults in com.atlassian.bamboo.plugins.rest.model.build.test
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.test with type arguments of type BuildResultsModifierConstructorDescriptionRestTestResults
(ImmutableResultsSummary buildSummary, @NotNull Supplier<BuildResults> buildResult, javax.ws.rs.core.UriInfo uriInfo) -
Uses of BuildResults in com.atlassian.bamboo.results
Classes in com.atlassian.bamboo.results that implement BuildResultsMethods in com.atlassian.bamboo.results that return BuildResultsModifier and TypeMethodDescriptionBuildResults.cloneAsBuildResults
(BuildContext buildContext, ReasonForBuild reasonForBuild) Deprecated.BuildResultsImpl.cloneAsBuildResults
(BuildContext buildContext, ReasonForBuild reasonForBuild) Deprecated. -
Uses of BuildResults in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildResultsModifier and TypeMethodDescription@NotNull BuildResultsSummary
BuildResultsSummaryManager.updateBuildSummaryFromBuildResults
(BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, BuildResults buildResults) Deprecated.Updates BuildResultsSummary after build is completed.@NotNull BuildResultsSummary
BuildResultsSummaryManagerImpl.updateBuildSummaryFromBuildResults
(BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, BuildResults buildResults) -
Uses of BuildResults in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type BuildResultsModifier and TypeMethodDescriptionvoid
TestsManager.copyTestResultsToBuildResultsSummary
(@NotNull BuildResultsSummary summary, @NotNull BuildResults buildResults, @NotNull BuildContext buildContext) Converts the test results sent back from the agent to a list of TestClassResults and attaches them to the BRS.void
TestsManagerImpl.copyTestResultsToBuildResultsSummary
(@NotNull BuildResultsSummary summary, @NotNull BuildResults buildResults, @NotNull BuildContext buildContext) -
Uses of BuildResults in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BuildResultsModifier and TypeMethodDescriptionCurrentBuildResult.cloneAsBuildResults
(BuildContext buildContext, ReasonForBuild reasonForBuild) CurrentBuildResultImpl.cloneAsBuildResults
(BuildContext buildContext, ReasonForBuild reasonForBuild) -
Uses of BuildResults in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return BuildResultsMethods in com.atlassian.bamboo.ww2.aware with parameters of type BuildResultsModifier and TypeMethodDescriptionvoid
BuildResultsAware.setBuildResults
(BuildResults buildResults)
BuildResultsSummary
instead.