Summary
    Settings for aliases handling builds.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- Base Types
							graph BT
	Type-->Base0["BaseAzureDevOpsProjectSettings"]
	click Base0 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsProjectSettings"
	Base0-->Base1["BaseAzureDevOpsCollectionSettings"]
	click Base1 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsCollectionSettings"
	Base1-->Base2["BaseAzureDevOpsCredentialsSettings"]
	click Base2 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsCredentialsSettings"
	Base2-->Base3["object"]
	Type["AzureDevOpsBuildsSettings"]
class Type type-node
						
					Syntax
public class AzureDevOpsBuildsSettings : BaseAzureDevOpsProjectSettingsConstructors
| Name | Summary | 
|---|---|
| Azure | Initializes a new instance of the AzureDevOpsBuildsSettingsclass
    based on the instance of aAzureDevOpsBuildsSettingsclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildsSettingsclass using environment variables
    as set by an Azure Pipelines build. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildsSettingsclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildsSettingsclass. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| BranchName | string | 
    Gets or sets the name of the branch.
    Can be  nullorSystem.String.Empty. | 
| BuildDefinitionName | string | 
    Gets or sets the name of the build definition.
    Can be  nullorSystem.String.Empty. | 
| BuildQueryOrder | Azure | 
    Gets or sets the build query order.
     | 
| BuildResult | Azure | 
    Gets or sets the build result.
     | 
| BuildStatus | Azure | 
    Gets or sets the build status.
     | 
| CollectionUrl | Uri | 
    Gets the full URL of the Azure DevOps collection, eg.  .Inherited from Base | 
| Credentials | I | 
    Gets the credentials used to authenticate against Azure DevOps.
     Inherited from Base | 
| Max | int? | 
    Gets or sets the maximum number of builds per definition.
     | 
| ProjectGuid | Guid | 
    Gets the Guid of the project.
    Can be  System.Guid.EmptyifProjectNameis set.Inherited from Base | 
| ProjectName | string | 
    Gets the name of the project.
    Can be  nullifProjectGuidis set.Inherited from Base | 
| Top | int? | 
    Gets or sets the maximum number of builds.
     | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Using | Azure | 
    Constructs the settings object using the access token provided by Azure Pipelines.
     static |