jetbrains.buildServer.configs.kotlin.v10.triggers / ScheduleTrigger / WatchedBuildRule

WatchedBuildRule

enum class WatchedBuildRule

Specifies which build to watch

Enum Values

LAST_FINISHED

Watch the last finished build

LAST_SUCCESSFUL

Watch the last successful build

LAST_PINNED

Watch the last pinned build

TAG

Watch the last build with the specified tag

Companion Object Properties

mapping

val mapping: <ERROR CLASS>