RunPolicy

enum RunPolicy : Enum<AutoMerge.RunPolicy>

Policy for running merge feature

Entries

Link copied to clipboard

Run merge after build finish. Build will be marked as finished when merge is not performed. If merge fails the status of the build can be changed

Link copied to clipboard

Run merge before build finish It will affect duration of build but status will be not changed after build finish

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int