Uses of Class
jetbrains.buildServer.serverSide.BasePropertiesModel
-
Packages that use BasePropertiesModel Package Description jetbrains.buildServer.serverSide -
-
Uses of BasePropertiesModel in jetbrains.buildServer.serverSide
Subclasses of BasePropertiesModel in jetbrains.buildServer.serverSide Modifier and Type Class Description classCompositePropertiesModelDeprecated.the model has a bug: inCompositePropertiesModel.getUserDefinedProperty(String)the higher priority has the first model, but inCompositePropertiesModel.getUserDefinedProperties()- the last one.classFileWatchingPropertiesModelProvides implementation ofTeamCityPropertiesmodel that encapsulates check of user-provided file.classNodeSpecificPropertiesModelclassTeamCityServerPropertiesModelMethods in jetbrains.buildServer.serverSide that return BasePropertiesModel Modifier and Type Method Description BasePropertiesModelNodeSpecificPropertiesModel. getOwnModel()BasePropertiesModelNodeSpecificPropertiesModel. getParentModel()Constructors in jetbrains.buildServer.serverSide with parameters of type BasePropertiesModel Constructor Description CompositePropertiesModel(BasePropertiesModel... models)Deprecated.Constructor parameters in jetbrains.buildServer.serverSide with type arguments of type BasePropertiesModel Constructor Description CompositePropertiesModel(List<? extends BasePropertiesModel> models)Deprecated.
-