com.atlassian.bamboo.v2.build.trigger
Interface DependencyBlockingManager

All Known Implementing Classes:
DefaultDependencyBlockingManager

public interface DependencyBlockingManager

Manages the remote triggering of builds

Author:
jdumay

Method Summary
 boolean execute(java.lang.String buildKey)
          Checks if build should be blocked, and executes any parent builds if required.
 

Method Detail

execute

boolean execute(java.lang.String buildKey)
Checks if build should be blocked, and executes any parent builds if required.

Parameters:
buildKey -
Returns:
false if build has not been blocked, or if blocking is disabled. Otherwise true.


Copyright © 2010 Atlassian. All Rights Reserved.