Uses of Interface
com.atlassian.bamboo.results.BuildResults

Packages that use BuildResults
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.build.test   
com.atlassian.bamboo.results   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.ww2.aware   
 

Uses of BuildResults in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as BuildResults
protected  BuildResults BuildResultsAction.buildResults
           
 

Methods in com.atlassian.bamboo.build that return BuildResults
 BuildResults BuildResultsAction.getBuildResults()
          Let the UI have the build results instance.
protected  BuildResults BuildResultsAction.getBuildResultsFromContainer(Buildable buildable, int currentBuildNumber)
           
 BuildResults BuildObjectForTests.getNextBuildResults(int buildNumber)
           
 BuildResults Buildable.getNextBuildResults(int buildNumber)
           
 BuildResults AbstractBuildable.getNextBuildResults(int buildNumber)
           
 BuildResults BuildObjectForTests.getPreviousBuildResults(int buildNumber)
           
 BuildResults Buildable.getPreviousBuildResults(int buildNumber)
          Gets the first BuildResultsImpl before the passed number
 BuildResults AbstractBuildable.getPreviousBuildResults(int buildNumber)
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildResults
 void CustomBuildCompleteAction.run(Buildable buildable, BuildResults buildResult)
          This action will run when a build completes.
 void BaseCustomBuildCompleteAction.run(Buildable build, BuildResults buildResult)
          Deprecated.  
 void BuildResultsAction.setBuildResults(BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return BuildResults
 BuildResults BuildExecutor.build(BuildResults sourceBuildResults, Build build)
          Build the given build, based on the changesSinceLastBuild
static BuildResults BuildResultsTestFactory.createWithBuildKey(java.lang.String expectedBuildKey)
           
static BuildResults BuildResultsTestFactory.createWithChangeList(java.util.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(java.io.File expectedSourceDirectory)
           
static BuildResults BuildResultsTestFactory.createWithSuccess()
           
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildResults
 BuildResults BuildExecutor.build(BuildResults sourceBuildResults, Build build)
          Build the given build, based on the changesSinceLastBuild
 

Uses of BuildResults in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister that return BuildResults
 BuildResults Persister.getBuildResults(java.lang.String planKey, java.lang.Integer buildNumber)
          Deprecated. Get the Nth build for a given build.
 BuildResults CachedBuildPersisterDecorator.loadBuildResults(java.lang.String planKey, java.lang.Integer buildNumber)
          Cache the build results so that the least used results get purged
 

Methods in com.atlassian.bamboo.persister with parameters of type BuildResults
 void Persister.addBuildResults(Buildable buildable, BuildResults buildResults)
          Deprecated. Associate the given buildResults with the given build.
 void CachedBuildPersisterDecorator.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Simply pass this request onto the parent
 void Persister.updateBuildResults(Build build, BuildResults buildResults)
          Deprecated.  
 

Uses of BuildResults in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file that return BuildResults
 BuildResults FileBasedPersister.getBuildResults(java.lang.String planKey, java.lang.Integer buildNumber)
           
 BuildResults XStreamBuildPersister.loadBuildResults(java.lang.String planKey, java.lang.Integer buildNumber)
          Load the build buildresults for the given build number
 BuildResults BuildPersisterDecorator.loadBuildResults(java.lang.String planKey, java.lang.Integer buildNumber)
          Load the given build's buildNumber'th build results
 

Methods in com.atlassian.bamboo.persister.file with parameters of type BuildResults
 void FileBasedPersister.addBuildResults(Buildable buildable, BuildResults buildResults)
           
 void XStreamBuildPersister.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Save the build results
 void BuildPersisterDecorator.saveBuildResults(Buildable buildable, BuildResults buildResults)
          Save the given build's given buildResults
 void FileBasedPersister.updateBuildResults(Build build, BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.plugins.rest.model.build
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type BuildResults
 void ResultDetails.expand(ResultsSummary summary, BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.plugins.rest.model.build.test
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.test with parameters of type BuildResults
RestTestResults(ResultsSummary buildSummary, 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
 class BuildResultsImpl
          Deprecated. since 2.6 use BuildResultsSummary instead. Only use if test results are required.
 

Methods in com.atlassian.bamboo.results that return BuildResults
 BuildResults BuildResultsImpl.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
          Deprecated.  
 BuildResults BuildResults.cloneAsBuildResults(BuildContext buildContext, ReasonForBuild reasonForBuild)
          Deprecated.  
 BuildResults BuildResultsImpl.getNextBuildResults()
          Deprecated.  
 BuildResults BuildResults.getNextBuildResults()
          Deprecated.  
 BuildResults BuildResultsImpl.getPreviousBuildResults()
          Deprecated.  
 BuildResults BuildResults.getPreviousBuildResults()
          Deprecated.  
 

Uses of BuildResults in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildResults
 BuildResultsSummary BuildResultsSummaryManager.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
          Updates BuildResultsSummary after build is completed.
 BuildResultsSummary BuildResultsSummaryManagerImpl.updateBuildSummaryFromBuildResults(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, BuildResults buildResults)
           
 

Constructors in com.atlassian.bamboo.resultsummary with parameters of type BuildResults
BuildResultsSummaryForTesting(BuildResults buildResults)
          Create a summary from an existing build results
 

Uses of BuildResults in com.atlassian.bamboo.resultsummary.tests
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type BuildResults
 void TestsManager.copyTestResultsToBuildResultsSummary(BuildResultsSummary summary, BuildResults buildResults, 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(BuildResultsSummary summary, BuildResults buildResults, BuildContext buildContext)
           
 

Uses of BuildResults in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return BuildResults
 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
 BuildResults BuildResultsAware.getBuildResults()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type BuildResults
 void BuildResultsAware.setBuildResults(BuildResults buildResults)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.