com.atlassian.bamboo.chains
Class BuildContextFactoryImpl

java.lang.Object
  extended by com.atlassian.bamboo.chains.BuildContextFactoryImpl
All Implemented Interfaces:
BuildContextFactory

public class BuildContextFactoryImpl
extends java.lang.Object
implements BuildContextFactory


Constructor Summary
BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService)
           
 
Method Summary
 BuildContext get(ChainStage chainStage, Build build)
          Create a BuildContext given the ChainStage and Build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextFactoryImpl

public BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager,
                               ChangeDetectionManager changeDetectionManager,
                               BuildNumberGeneratorService buildNumberGeneratorService)
Method Detail

get

public BuildContext get(ChainStage chainStage,
                        Build build)
Description copied from interface: BuildContextFactory
Create a BuildContext given the ChainStage and Build

Specified by:
get in interface BuildContextFactory
Returns:
buildContext


Copyright © 2010 Atlassian. All Rights Reserved.