com.atlassian.bamboo.ww2.aware
Interface BuildCreationAware


public interface BuildCreationAware

An interfaces that marks that the object needs to be injected with a Build object that is yet to be created


Method Summary
 Build getBuild()
           
 void setBuild(Build build)
           
 

Method Detail

getBuild

Build getBuild()

setBuild

void setBuild(Build build)


Copyright © 2010 Atlassian. All Rights Reserved.