com.atlassian.bamboo.chains
Interface ChainStatePersister

All Known Implementing Classes:
ChainStatePersisterImpl

public interface ChainStatePersister

Consumes a ChainState Usually used to persist a completed ChainState


Method Summary
 void persist(com.atlassian.bamboo.chains.ChainState chainState)
          Consumes the ChainState
 

Method Detail

persist

void persist(@NotNull
             com.atlassian.bamboo.chains.ChainState chainState)
Consumes the ChainState

Parameters:
chainState -


Copyright © 2010 Atlassian. All Rights Reserved.