Table of Contents

Class UpdateProjectSettingsRequest

Namespace
Ando.Server.Contracts.Projects
Assembly
Ando.Server.dll

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

string

DockerImage

Custom Docker image for builds.

public string? DockerImage { get; set; }

Property Value

string

EnablePrBuilds

Whether to enable pull request builds.

public bool EnablePrBuilds { get; set; }

Property Value

bool

NotificationEmail

Email address for failure notifications.

public string? NotificationEmail { get; set; }

Property Value

string

NotifyOnFailure

Whether to send failure notifications.

public bool NotifyOnFailure { get; set; }

Property Value

bool

Profile

Build profile name to use.

public string? Profile { get; set; }

Property Value

string

TimeoutMinutes

Build timeout in minutes.

public int TimeoutMinutes { get; set; }

Property Value

int