Summary
    Gets the Bamboo Provider.
    
		- Namespace
 - Cake
.Common .Build  - Containing Type
 - BuildSystem
 
Syntax
public IBambooProvider Bamboo { get; }
	Examples
if (BuildSystem.IsRunningOnBamboo)
{
    //Get the Bamboo Plan Name
    var planName = BuildSystem.Bamboo.Project.PlanName
}
    Value
| Type | Description | 
|---|---|
| IBambooProvider | 
