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 BuildResults
BuildResultsAction. buildResults
Methods in com.atlassian.bamboo.build that return BuildResults Modifier and Type Method Description BuildResults
BuildResultsAction. 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 BuildResults Modifier and Type Method Description default void
CustomBuildCompleteAction. run(@NotNull Buildable buildable, @NotNull BuildResults buildResult)
Deprecated.since 6.10 Using mutable representation of class is strongly discouraged.void
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 BuildResults Modifier and Type Method Description static 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 Modifier and Type Field Description protected BuildResults
BuildCompletedNotification. buildResults
-
Uses of BuildResults in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister that return BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description void
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 BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description void
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 BuildResults Modifier and Type Method Description void
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 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 class
BuildResultsImpl
Deprecated.since 2.6 useBuildResultsSummary
instead.Methods in com.atlassian.bamboo.results that return BuildResults Modifier and Type Method Description BuildResults
BuildResults. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
Deprecated.BuildResults
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 BuildResults Modifier and Type Method Description @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 BuildResults Modifier and Type Method Description void
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 BuildResults Modifier and Type Method Description BuildResults
CurrentBuildResult. cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
BuildResults
CurrentBuildResultImpl. 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 BuildResults
BuildResultsAware. getBuildResults()
Methods in com.atlassian.bamboo.ww2.aware with parameters of type BuildResults Modifier and Type Method Description void
BuildResultsAware. setBuildResults(BuildResults buildResults)
-