Package com.atlassian.bamboo.v2.trigger
Class InitialBuildListener
- java.lang.Object
-
- com.atlassian.bamboo.v2.trigger.InitialBuildListener
-
public class InitialBuildListener extends Object
Listener that checks the ChainCreatedEvent and fire InitialBuild for that chain if not blocked by configuration
-
-
Constructor Summary
Constructors Constructor Description InitialBuildListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(@NotNull ChainCreatedEvent event)
-
-
-
Method Detail
-
handleEvent
@EventListener public void handleEvent(@NotNull @NotNull ChainCreatedEvent event)
-
-