com.atlassian.bamboo.chains
Interface ChainStateFactory

All Known Implementing Classes:
ChainStateFactoryImpl

public interface ChainStateFactory

Factory for ChainState's


Method Summary
 com.atlassian.bamboo.chains.ChainState get(Chain chain, BuildDetectionAction buildDetectionAction)
          Creates a ChainState from a Chain
 

Method Detail

get

@Nullable
com.atlassian.bamboo.chains.ChainState get(@NotNull
                                                    Chain chain,
                                                    @NotNull
                                                    BuildDetectionAction buildDetectionAction)
                                           throws ChainStateCreationException
Creates a ChainState from a Chain

Parameters:
chain -
buildDetectionAction -
Returns:
chainState
Throws:
ChainStateCreationException


Copyright © 2010 Atlassian. All Rights Reserved.