interface Validatable
abstract fun validate(consumer: ErrorConsumer): Unit
Validates this object and reports found errors to the provided consumer |
open class BuildFeature : Parametrized, Validatable
Represents TeamCity build feature |
|
class BuildFeatures : Validatable
Collection of build features in build configuration or template |
|
open class BuildStep : Parametrized, Validatable
Represents TeamCity Build Step |
|
class BuildSteps : Validatable
Collection of build steps in build configuration or template |
|
open class BuildType : BuildTypeSettings, Validatable
Represents TeamCity build configuration. |
|
open class BuildTypeSettings : Validatable
|
|
class FailureConditions : Validatable
Collection of failure conditions in build configuration or template |
|
open class Project : Validatable
Represents TeamCity project. |
|
open class ProjectFeature : Parametrized, Validatable
Represents project-level feature |
|
class ProjectFeatures : Validatable
|
|
open class Template : BuildTypeSettings, Validatable
Represents TeamCity build template. |
|
open class Trigger : Parametrized, Validatable
TeamCity build trigger |
|
class Triggers : Validatable
Collection of build triggers in build configuration or template |
|
open class VcsRoot : Parametrized, Validatable
A base class representing TeamCity VCS root. |