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

Packages that use BuildResults
com.atlassian.bamboo   
com.atlassian.bamboo.autofavourite   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.concurrent   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.container   
com.atlassian.bamboo.emailer   
com.atlassian.bamboo.emailer.strategy   
com.atlassian.bamboo.event   
com.atlassian.bamboo.events   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.results   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.rss   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrader   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.comment   
com.atlassian.bamboo.ww2.actions.labels   
com.atlassian.bamboo.ww2.aware   
com.atlassian.bamboo.xmpp   
 

Uses of BuildResults in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo that return BuildResults
 BuildResults Bamboo.getBuildResults(Build build, long buildNumber)
          Get the n'th build build results for the given build
 

Uses of BuildResults in com.atlassian.bamboo.autofavourite
 

Methods in com.atlassian.bamboo.autofavourite with parameters of type BuildResults
 void AutoFavouriteBuildCompleteAction.run(Build build, BuildResults buildResult)
           
 

Uses of BuildResults in com.atlassian.bamboo.build
 

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

Methods in com.atlassian.bamboo.build that return BuildResults
 BuildResults TestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
          Given a build results with test result, finds the build result for which this failing test has been failing since.
 BuildResults DefaultTestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
           
 BuildResults TestResultManager.getBuildFailingSince(TestCase testCase)
           
 BuildResults DefaultTestResultManager.getBuildFailingSince(TestCase testCase)
           
 BuildResults BuildResultsAction.getBuildResults()
          Let the UI have the build results instance.
 BuildResults ViewCurrentRunningBuild.getBuildResults()
           
 BuildResults BuildManager.getBuildResults(Build build, long buildNumber)
           
 BuildResults HibernateBuildManager.getBuildResults(Build build, long buildNumber)
           
protected  BuildResults BuildResultsAction.getBuildResultsFromContainer(Build build, int currentBuildNumber)
           
 BuildResults TestResultManager.getBuildSuccessfulSince(TestCase testCase)
           
 BuildResults DefaultTestResultManager.getBuildSuccessfulSince(TestCase testCase)
           
 BuildResults BuildManager.getCurrentBuildingResult(Build build)
          Method to get the current executing BuildResultsImpl object.
 BuildResults HibernateBuildManager.getCurrentBuildingResult(Build build)
           
 BuildResults AbstractBuildAction.getCurrentlyRunningBuild()
           
 BuildResults ViewBuild.getCurrentlyRunningBuild()
           
 BuildResults BuildResultsAction.getFailingSinceForTest(BuildResults buildResults, TestResults testResults)
           
 BuildResults ViewBuild.getLastBuildResult()
           
 BuildResults Build.getNextBuildResults(int buildNumber)
           
 BuildResults DefaultBuild.getNextBuildResults(int buildNumber)
           
 BuildResults LegacyBuildObject.getNextBuildResults(int buildNumber)
           
 BuildResults Build.getPreviousBuildResults(int buildNumber)
          Gets the first BuildResultsImpl before the passed number
 BuildResults DefaultBuild.getPreviousBuildResults(int buildNumber)
           
 BuildResults LegacyBuildObject.getPreviousBuildResults(int buildNumber)
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildResults
 void BuildManager.addBuildResults(Build build, BuildResults buildResults)
           
 void HibernateBuildManager.addBuildResults(Build build, BuildResults buildResults)
           
 BuildResults TestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
          Given a build results with test result, finds the build result for which this failing test has been failing since.
 BuildResults DefaultTestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
           
 BuildResults BuildResultsAction.getFailingSinceForTest(BuildResults buildResults, TestResults testResults)
           
 String BuildResultsAction.getFailingSinceRelativeTime(BuildResultsSummary failingSinceSummary, BuildResults buildResults)
           
 String BuildResultsAction.getFailingSinceRelativeTime(BuildResults buildResults, TestResults testResults)
           
 TestCaseResultWrapper TestResultManager.getTestCaseResult(BuildResults buildResults, String key)
          Finds a TestCaseResultWrapper given a test case key and a BuildResultsImpl
 TestCaseResultWrapper DefaultTestResultManager.getTestCaseResult(BuildResults buildResults, String key)
           
 TestClassResultWrapper TestResultManager.getTestClassResult(BuildResults buildResults, String key)
          Finds a TestClassResultWrapper given a test class key and a BuildResultsImpl
 TestClassResultWrapper DefaultTestResultManager.getTestClassResult(BuildResults buildResults, String key)
           
 boolean TestResultManager.isTestFailedForBuild(BuildResults buildResults, TestResults testResults)
          Checks to see if a given TestResults is failing in a given BuildResultsImpl
 boolean DefaultTestResultManager.isTestFailedForBuild(BuildResults buildResults, TestResults testResults)
           
 void BuildArtifactCopier.onBuildComplete(Build build, BuildResults buildResults)
          Copy all of the build's artifacts for this build across to the builds artifact directory
 void CustomBuildCompleteAction.run(Build build, BuildResults buildResult)
           
 void CustomBuildProcessor.run(Build build, BuildResults buildResult)
           
 void BuildResultsAction.setBuildResults(BuildResults buildResults)
           
 List TestResultManager.wrapTestCaseResults(List testResults, BuildResults buildResults)
          Wraps up a List of TestResults object into a List of TestCaseResultWrapper objects.
 List DefaultTestResultManager.wrapTestCaseResults(List testResults, BuildResults buildResults)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type BuildResults
AbstractTestResultDecorator(BuildResults buildResults)
           
ClassNameSortingDecorator(BuildResults buildResults)
           
DurationSortingDecorator(BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.build.pipeline.concurrent
 

Methods in com.atlassian.bamboo.build.pipeline.concurrent that return BuildResults
 BuildResults CallableBuildResults.getBuildResults()
           
 BuildResults SubmittedBuildFuture.getBuildResults()
           
 

Uses of BuildResults in com.atlassian.bamboo.build.pipeline.tasks
 

Fields in com.atlassian.bamboo.build.pipeline.tasks declared as BuildResults
protected  BuildResults AbstractBuildResultsTask.buildResults
           
 

Methods in com.atlassian.bamboo.build.pipeline.tasks that return BuildResults
 BuildResults BambooBuildPipeline.executeBuild(BuildResults buildResults)
           
 BuildResults BambooBuildPipeline.getBuildResultForBuild(Build build)
           
 BuildResults AbstractBuildResultsTask.getBuildResults()
           
 BuildResults BambooBuildPipeline.getCurrentlyBuilding()
           
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildResults
 boolean BambooBuildPipeline.acceptsBuildResults(BuildResults buildResults)
           
 void BambooBuildPipeline.addBuild(BuildResults buildResults)
           
 BuildResults BambooBuildPipeline.executeBuild(BuildResults buildResults)
           
 

Constructors in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildResults
AbstractBuildResultsTask(BuildResults buildResults)
           
ExecuteBuildTask(BuildResults buildResults, ErrorHandler errorHandler)
           
PrepareBuildTask(BuildResults buildResults, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
SaveBuildTask(BuildResults buildResults, ErrorHandler errorHandler)
           
 

Uses of BuildResults in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return BuildResults
 BuildResults Builder.build(Build build, BuildResults preBuildResults)
          Build the given build
 BuildResults AbstractBuilder.build(Build build, BuildResults buildInfo)
           
 BuildResults BuildExecutor.build(BuildResults sourceBuildResults, Build build)
          Build the given build, based on the changesSinceLastBuild
 BuildResults DefaultBuildExecutor.build(BuildResults buildInfo, Build build)
           
static BuildResults BuildResultsTestFactory.createWithBuildKey(String expectedBuildKey)
           
static BuildResults BuildResultsTestFactory.createWithChangeList(List 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()
           
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildResults
 BuildResults Builder.build(Build build, BuildResults preBuildResults)
          Build the given build
 BuildResults AbstractBuilder.build(Build build, BuildResults buildInfo)
           
 BuildResults BuildExecutor.build(BuildResults sourceBuildResults, Build build)
          Build the given build, based on the changesSinceLastBuild
 BuildResults DefaultBuildExecutor.build(BuildResults buildInfo, Build build)
           
 void Builder.collateTestResults(BuildResults buildInfo)
          temp will morph into a TestResultsHanlder on route to a plugin!
 void AbstractBuilder.collateTestResults(BuildResults buildInfo)
           
static DeltaState DeltaState.determineDeltaState(BuildState lastBuildState, BuildResults buildResults)
           
 void DefaultBuildExecutor.performCustomBuildProcess(Build build, BuildResults buildInfo)
           
 

Constructors in com.atlassian.bamboo.builder with parameters of type BuildResults
BuildProgressBarImpl(BuildResults buildResults)
           
BuildResultsRenderer(String buildName, BuildResults buildResults, VelocityEngine templateEngine)
           
BuildResultsRenderer(String name, BuildResults buildResults, VelocityEngine velocityEngine, ExtendedAuthorManager extendedAuthorManager)
           
 

Uses of BuildResults in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage with parameters of type BuildResults
 void CloverBuildProcessor.run(Build build, BuildResults buildResult)
           
 

Uses of BuildResults in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue that return BuildResults
 BuildResults BuildPipeline.getBuildResultForBuild(Build build)
           
 BuildResults DefaultBuildPipeline.getBuildResultForBuild(Build build)
           
 BuildResults BuildPipeline.getCurrentlyBuilding()
           
 BuildResults DefaultBuildPipeline.getCurrentlyBuilding()
           
 

Methods in com.atlassian.bamboo.buildqueue with parameters of type BuildResults
 boolean BuildPipeline.acceptsBuildResults(BuildResults buildResults)
           
 boolean DefaultBuildPipeline.acceptsBuildResults(BuildResults buildResults)
           
 void SimpleBuildQueue.add(BuildResults buildResults)
          Add the build name to end of the current build queue
 void BuildPipeline.addBuild(BuildResults buildResults)
           
 void DefaultBuildPipeline.addBuild(BuildResults buildResults)
           
 boolean QueueStrategy.placeOnQueue(Collection queues, BuildResults buildResults)
           
 boolean RoundRobinQueueStrategy.placeOnQueue(Collection queues, BuildResults buildResults)
           
 boolean SmallestQueueStrategy.placeOnQueue(Collection queues, BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container that return BuildResults
 BuildResults BambooContainer.getBuildResults(Build build, long buildNumber)
          Obtain the specific build build results
 

Uses of BuildResults in com.atlassian.bamboo.emailer
 

Methods in com.atlassian.bamboo.emailer with parameters of type BuildResults
 void DefaultEmailBuildResultsService.onBuildComplete(Build build, BuildResults buildResults)
          Email out the build results, if the builds email strategy has email enabled.
 

Uses of BuildResults in com.atlassian.bamboo.emailer.strategy
 

Methods in com.atlassian.bamboo.emailer.strategy with parameters of type BuildResults
 boolean EmailStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Should we email the given buildResults, based on the previousBuildState?
 boolean AlwaysEmailStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Always send the build results email
 boolean EmailErrorsAndFirstSuccessfulBuildStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Returns an email if the build has failed, or its the first successful build after a failed build.
 boolean NeverEmailStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Never send an email!
 

Uses of BuildResults in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event with parameters of type BuildResults
 void BuildEventNotifier.notifyListenersOfBuildComplete(Build build, BuildResults buildResults)
          Notify the registered BuildEventListeners that a build build has completed.
 void DefaultBuildEventNotifier.notifyListenersOfBuildComplete(Build build, BuildResults buildResults)
           
 void BuildEventListener.onBuildComplete(Build build, BuildResults buildResults)
          Be notofied when a build build has completed.
 

Uses of BuildResults in com.atlassian.bamboo.events
 

Methods in com.atlassian.bamboo.events with parameters of type BuildResults
protected  BuildState DefaultBuildEventListener.getPreviousBuildState(BuildResults buildResults, Build build)
           
 void DefaultBuildEventListener.onBuildComplete(Build build, BuildResults buildResults)
          Be notified when a build build has completed.
 void DependencyBuilder.onBuildComplete(Build build, BuildResults buildResults)
          If the build was successfull, build all the builds that depend on this one (if any).
 

Uses of BuildResults in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type BuildResults
 Document BuildResultsSummaryDocumentFactory.getDocument(BuildResults buildResult, BuildResultsSummary summary)
           
 long BuildResultsIndexer.indexBuildResult(BuildResults buildResults)
          Indexes the build result
 long DefaultBuildResultsIndexer.indexBuildResult(BuildResults buildResults)
          Build result indexed by the build thread - need to establish session to attach back to build restuls summary.
protected  long DefaultBuildResultsIndexer.indexBuildResultKeepConnection(BuildResults buildResults, BuildResultsSummary summary)
           
 void BuildResultsIndexer.reIndexBuildResults(BuildResults result, BuildResultsSummary summary, boolean includeTests)
           
 void DefaultBuildResultsIndexer.reIndexBuildResults(BuildResults result, BuildResultsSummary summary, boolean includeTests)
           
 

Uses of BuildResults in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type BuildResults
 int LabelManager.addLabel(String labelName, BuildResults build, User user)
          Add a label against a build result.
 int LabelManagerImpl.addLabel(String labelName, BuildResults buildResults, User user)
           
protected  int LabelManagerImpl.addLabel(String labelName, String namespace, Project project, Build build, BuildResults buildResults, String userName)
           
 int LabelManager.removeLabel(String labelName, BuildResults build, User user)
          Removes a label against a build result.
 int LabelManagerImpl.removeLabel(String labelName, BuildResults buildResults, User user)
           
protected  int LabelManagerImpl.removeLabel(String labelName, String namespace, Project project, Build build, BuildResults buildResults, String userName)
           
 void AutoLabelBuildCompleteAction.run(Build build, BuildResults buildResult)
           
 

Uses of BuildResults in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy that return BuildResults
 BuildResults LegacyBuildObjectFor110.getNextBuildResults(int buildNumber)
           
 BuildResults LegacyBuildObjectFor110.getPreviousBuildResults(int buildNumber)
           
 BuildResults LegacyXStreamPersisterBuild110.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 

Methods in com.atlassian.bamboo.legacy with parameters of type BuildResults
 void LegacyXStreamPersisterBuild110.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 boolean LegacyAlwaysEmailStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Always send the build results email
 boolean LegacyEmailErrorsAndFirstSuccessfulBuildStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Returns an email if the build has failed, or its the first successful build after a failed build.
 boolean LegacyNeverEmailStrategy.shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Never send an email!
 

Uses of BuildResults in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister that return BuildResults
 BuildResults Persister.getBuildResults(Build build, long buildNumber)
          Get the Nth build for a given build.
 BuildResults CachedBuildPersisterDecorator.loadBuildResults(Build build, long 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(Build build, BuildResults buildResults)
          Deprecated.  
 void CachedBuildPersisterDecorator.saveBuildResults(Build build, 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
 BuildResults FileBasedPersister.getBuildResults(Build build, long buildNumber)
           
 BuildResults BuildPersisterDecorator.loadBuildResults(Build build, long buildNumber)
          Load the given build's buildNumber'th build results
 BuildResults XStreamBuildPersister.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 

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

Uses of BuildResults in com.atlassian.bamboo.results
 

Classes in com.atlassian.bamboo.results that implement BuildResults
 class BuildResultsImpl
          This contains a build's build results.
 

Methods in com.atlassian.bamboo.results that return BuildResults
 BuildResults BuildResults.getNextBuildResults()
           
 BuildResults BuildResultsImpl.getNextBuildResults()
           
 BuildResults BuildResults.getPreviousBuildResults()
           
 BuildResults BuildResultsImpl.getPreviousBuildResults()
           
 

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

Methods in com.atlassian.bamboo.results.tests that return BuildResults
 BuildResults TestCaseResultWrapper.getBuildResults()
           
 BuildResults TestClassResultWrapper.getBuildResults()
           
 

Methods in com.atlassian.bamboo.results.tests with parameters of type BuildResults
 Object TestAuthorSetResultMap.put(BuildResults buildResults, TestResults testResults)
           
 void TestClassResultWrapper.setBuildResults(BuildResults buildResults)
           
 

Constructors in com.atlassian.bamboo.results.tests with parameters of type BuildResults
TestCaseResultWrapper(TestResults testResults, BuildResults buildResults, TestResultManager testResultManager)
          Creates a this decorator proxy object - which hides a real TestResults object.
TestClassResultWrapper(TestClassResult testClassResult, BuildResults buildResults, TestResultManager testResultManager)
           
TestResultsSummaryImpl(List successfulTestResults, List failedTestResults, BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildResults
 BuildResultsSummary BuildResultsSummaryManager.generateSummaryFromBuildResults(BuildResults buildResults)
           
 BuildResultsSummary BuildResultsSummaryManagerImpl.generateSummaryFromBuildResults(BuildResults buildResults)
           
 BuildResultsSummary BuildResultsSummaryManager.generateSummaryFromBuildResults(BuildResults buildResults, Build build)
           
 BuildResultsSummary BuildResultsSummaryManagerImpl.generateSummaryFromBuildResults(BuildResults buildResults, Build build)
           
 

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

Uses of BuildResults in com.atlassian.bamboo.rss
 

Methods in com.atlassian.bamboo.rss with parameters of type BuildResults
 void RssBuildFeedService.onBuildComplete(Build build, BuildResults buildResults)
          Update the feeds that care about this build.
 

Uses of BuildResults in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks that return BuildResults
 BuildResults UpgradeTask102BuildObject.getNextBuildResults(int buildNumber)
           
 BuildResults UpgradeTask102BuildObject.getPreviousBuildResults(int buildNumber)
           
 

Uses of BuildResults in com.atlassian.bamboo.upgrader
 

Methods in com.atlassian.bamboo.upgrader that return BuildResults
 BuildResults LegacyPersister.loadBuildResults(Build build, long buildNumber)
          Load the build buildresults for the given build number
 

Methods in com.atlassian.bamboo.upgrader with parameters of type BuildResults
 void LegacyPersister.saveBuildResults(Build build, BuildResults buildResults)
          Save the build results
 

Uses of BuildResults in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return BuildResults
 BuildResults BuildActionSupport.getCurrentlyRunningBuild()
           
 

Uses of BuildResults in com.atlassian.bamboo.ww2.actions.comment
 

Methods in com.atlassian.bamboo.ww2.actions.comment that return BuildResults
 BuildResults EditCommentAction.getBuildResults()
           
 

Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type BuildResults
 void EditCommentAction.setBuildResults(BuildResults buildResults)
           
 

Uses of BuildResults in com.atlassian.bamboo.ww2.actions.labels
 

Methods in com.atlassian.bamboo.ww2.actions.labels that return BuildResults
 BuildResults EditLabelsAction.getBuildResults()
           
 

Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type BuildResults
 void EditLabelsAction.setBuildResults(BuildResults buildResults)
           
 

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)
           
 

Uses of BuildResults in com.atlassian.bamboo.xmpp
 

Methods in com.atlassian.bamboo.xmpp with parameters of type BuildResults
 void XmppBuildNotifier.onBuildComplete(Build build, BuildResults buildResults)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.