toggle menu
TeamCity Kotlin DSL
JVM
switch theme
search in API
TeamCity Kotlin DSL
/
jetbrains.buildServer.configs.kotlin
/
BuildRule
Build
Rule
data
class
BuildRule
(
val
id
:
String
,
val
revision
:
String
,
val
branch
:
String
?
=
null
)
A rule matching a build, use one of the methods in
ArtifactDependency
class to create it
See also
Artifact
Dependency.
build
Artifact
Dependency.
tag
Artifact
Dependency.
lastPinned
Artifact
Dependency.
last
Successful
Artifact
Dependency.
last
Finished
Artifact
Dependency.
same
Chain
Or
Last
Finished
Members
Constructors
Build
Rule
Link copied to clipboard
constructor
(
id
:
String
,
revision
:
String
,
branch
:
String
?
=
null
)
Properties
branch
Link copied to clipboard
val
branch
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
revision
Link copied to clipboard
val
revision
:
String