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 BuildResultsBuildResultsAction.getBuildResultsFromContainer(int currentBuildNumber, String jobKey) Methods in com.atlassian.bamboo.build with parameters of type BuildResultsModifier and TypeMethodDescriptionvoidCustomBuildCompleteAction.run(@NotNull ImmutableBuildable buildable, @NotNull BuildResults buildResult) This action will run when a build completes.voidBuildResultsAction.setBuildResults(BuildResults buildResults) -
Uses of BuildResults in com.atlassian.bamboo.builder
Methods in com.atlassian.bamboo.builder that return BuildResultsModifier and TypeMethodDescriptionstatic BuildResultsBuildResultsTestFactory.createWithBuildKey(String expectedBuildKey) static BuildResultsBuildResultsTestFactory.createWithChangeList(List<Commit> expectedChangeList) static BuildResultsBuildResultsTestFactory.createWithFailure()static BuildResultsBuildResultsTestFactory.createWithNoReason()static BuildResultsBuildResultsTestFactory.createWithReason(ReasonForBuild expectedReason) static BuildResultsBuildResultsTestFactory.createWithReasonCleanBuild()static BuildResultsBuildResultsTestFactory.createWithSourceDir(File expectedSourceDirectory) static BuildResultsBuildResultsTestFactory.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 BuildResultsPersister.getBuildResults(Key planKey, int buildNumber) Get the Nth build for a given build.@Nullable BuildResultsCachedBuildPersisterDecorator.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 TypeMethodDescriptionvoidPersister.addBuildResults(PlanKey planKey, BuildResults buildResults) Associate the given buildResults with the given build.voidCachedBuildPersisterDecorator.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 BuildResultsFileBasedPersister.getBuildResults(Key planKey, int buildNumber) @Nullable BuildResultsBuildPersisterDecorator.loadBuildResults(Key planKey, int buildNumber) Load the given build's buildNumber'th build results@Nullable BuildResultsXStreamBuildPersister.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 TypeMethodDescriptionvoidFileBasedPersister.addBuildResults(PlanKey planKey, BuildResults buildResults) voidBuildPersisterDecorator.saveBuildResults(PlanKey planKey, BuildResults buildResults) Save the given build's given buildResultsvoidXStreamBuildPersister.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 TypeMethodDescriptionvoidResultDetails.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 BuildResultsSummaryBuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext, @NotNull CurrentlyBuilding currentlyBuilding, BuildResults buildResults) Deprecated.Updates BuildResultsSummary after build is completed.@NotNull BuildResultsSummaryBuildResultsSummaryManagerImpl.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 TypeMethodDescriptionvoidTestsManager.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.voidTestsManagerImpl.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 TypeMethodDescriptionvoidBuildResultsAware.setBuildResults(BuildResults buildResults)
BuildResultsSummaryinstead.