com.atlassian.bamboo.chains
Class ChainStateFactoryImpl

java.lang.Object
  extended by com.atlassian.bamboo.chains.ChainStateFactoryImpl
All Implemented Interfaces:
ChainStateFactory

public class ChainStateFactoryImpl
extends java.lang.Object
implements ChainStateFactory


Constructor Summary
ChainStateFactoryImpl(PlanManager planManager)
           
 
Method Summary
 ChainState create(Chain chain, BuildContext chainBuildContext, ChainStateResult chainResultState)
          Creates a ChainState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainStateFactoryImpl

public ChainStateFactoryImpl(PlanManager planManager)
Method Detail

create

@NotNull
public ChainState create(@NotNull
                                 Chain chain,
                                 @NotNull
                                 BuildContext chainBuildContext,
                                 @NotNull
                                 ChainStateResult chainResultState)
Description copied from interface: ChainStateFactory
Creates a ChainState

Specified by:
create in interface ChainStateFactory
Returns:
chainState


Copyright © 2010 Atlassian. All Rights Reserved.