Uses of Interface
com.atlassian.bamboo.results.BuildResults
-
-
Uses of BuildResults in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BuildResults Modifier and Type Field Description protected BuildResultsBuildResultsAction. buildResultsMethods in com.atlassian.bamboo.build that return BuildResults Modifier and Type Method Description BuildResultsBuildResultsAction. 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 BuildResults Modifier and Type Method Description default voidCustomBuildCompleteAction. run(@NotNull Buildable buildable, @NotNull BuildResults buildResult)Deprecated.since 6.10 Using mutable representation of class is strongly discouraged.voidCustomBuildCompleteAction. 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 BuildResults Modifier and Type Method Description static 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 Modifier and Type Field Description protected BuildResultsBuildCompletedNotification. buildResults -
Uses of BuildResults in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister that return BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description voidPersister. 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 BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description voidFileBasedPersister. 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 BuildResults Modifier and Type Method Description voidResultDetails. 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 BuildResults Constructor Description RestTestResults(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 BuildResults Modifier and Type Class Description classBuildResultsImplDeprecated.since 2.6 useBuildResultsSummaryinstead.Methods in com.atlassian.bamboo.results that return BuildResults Modifier and Type Method Description BuildResultsBuildResults. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)Deprecated.BuildResultsBuildResultsImpl. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)Deprecated. -
Uses of BuildResults in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description voidTestsManager. 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 BuildResults Modifier and Type Method Description BuildResultsCurrentBuildResult. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)BuildResultsCurrentBuildResultImpl. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild) -
Uses of BuildResults in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return BuildResults Modifier and Type Method Description BuildResultsBuildResultsAware. getBuildResults()Methods in com.atlassian.bamboo.ww2.aware with parameters of type BuildResults Modifier and Type Method Description voidBuildResultsAware. setBuildResults(BuildResults buildResults)
-