Class UpdateProjectSettingsRequest
Request to update project settings.
public class UpdateProjectSettingsRequest
- Inheritance
-
UpdateProjectSettingsRequest
- Inherited Members
Properties
BranchFilter
Branch filter pattern for triggering builds.
public string BranchFilter { get; set; }
Property Value
DockerImage
Custom Docker image for builds.
public string? DockerImage { get; set; }
Property Value
EnablePrBuilds
Whether to enable pull request builds.
public bool EnablePrBuilds { get; set; }
Property Value
NotificationEmail
Email address for failure notifications.
public string? NotificationEmail { get; set; }
Property Value
NotifyOnFailure
Whether to send failure notifications.
public bool NotifyOnFailure { get; set; }
Property Value
Profile
Build profile name to use.
public string? Profile { get; set; }
Property Value
TimeoutMinutes
Build timeout in minutes.
public int TimeoutMinutes { get; set; }