com.atlassian.bamboo.build
Interface BuildChangeDetector
- All Known Implementing Classes:
- DefaultBuildChangeDetector
public interface BuildChangeDetector
Detects when a build a build needs to be built.
DISABLE_BUILD_SYSTEM_PROPERTY
static final String DISABLE_BUILD_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
checkIfBuildNeedsBuilding
void checkIfBuildNeedsBuilding(Build build)
- Use the given build's BuildStrategy to check if the build needs building or not. Build's that need
building are added to the build queue.
It ignores checking builds that are currently being built.
It ignore build's who sourse code repository is being manipulated by another thread (possibly checking out
the code when it has first been added...)
- Parameters:
build
- The build we're checking
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.