TargetBranchConfigurationResponse

data class TargetBranchConfigurationResponse(val annotateDefaultBranch: String? = null, val branchNames: List<String>? = null)

Repository branch configuration for PR Annotations.

Constructors

Link copied to clipboard
constructor(annotateDefaultBranch: String? = null, branchNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration of PR Annotations on default branch. Enabled - PR Annotations are enabled on the resource's default branch. Disabled - PR Annotations are disabled on the resource's default branch.

Link copied to clipboard
val branchNames: List<String>? = null

Gets or sets branches that should have annotations.