WatchedBuildRule

enum WatchedBuildRule : Enum<ScheduleTrigger.WatchedBuildRule>

Specifies which build to watch

Entries

Link copied to clipboard
TAG()

Watch the last build with the specified tag

Link copied to clipboard

Watch the last pinned build

Link copied to clipboard

Watch the last successful build

Link copied to clipboard

Watch the last finished build

Types

Link copied to clipboard
object Companion

Properties

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