Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.DbField
-
-
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return types with arguments of type DbField Modifier and Type Method Description default Collection<DbField<?>>SKeepRule. getRequiredDbFields() -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019 that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>KeepRule. getRequiredDbFields()Provides database fields that should be requested within one query. -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>DbDataProvider. getMandatoryFields()Returns DB fields that are mandatory for any build type.Collection<DbField<?>>DbFieldsProvider. getRequiredDbFields()Returns all the database fields that are needed for an inheritor.Method parameters in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db with type arguments of type DbField Modifier and Type Method Description Map<String,DbBuildsData>DbDataProvider. queryHistoryBuilds(DBFunctions dbFunctions, Set<DbField<?>> requestedFields, Collection<String> buildTypeIds, long cleanupStartTimeMs)Queries history builds data for therequestedFieldsfrom database forbuildTypeIds.Map<String,DbBuildsData>DbDataProvider. queryStatisticalBuilds(DBFunctions dbFunctions, Set<DbField<?>> requestedFields, Collection<String> buildTypeIds, long cleanupStartTimeMs)Queries statistical builds data for therequestedFieldsfrom database forbuildTypeIds. -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.common
Subclasses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.common Modifier and Type Class Description classDbBooleanFieldclassDbByteFieldclassDbLongFieldclassDbStringField -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.specific
Subclasses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.specific Modifier and Type Class Description classDbBranchDisplayNameclassDbBranchNameclassDbBuildIdclassDbBuildStartTimeServerclassDbBuildTypeIdclassDbCanceledclassDbPersonalclassDbPinnedclassDbStatusclassDbTag -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.impl
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.impl that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>DbDataProviderImpl. getMandatoryFields()Method parameters in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.impl with type arguments of type DbField Modifier and Type Method Description Map<String,DbBuildsData>DbDataProviderImpl. queryHistoryBuilds(DBFunctions dbFunctions, Set<DbField<?>> requestedFields, Collection<String> buildTypeIds, long cleanupStartTimeMs)Map<String,DbBuildsData>DbDataProviderImpl. queryStatisticalBuilds(DBFunctions dbFunctions, Set<DbField<?>> requestedFields, Collection<String> buildTypeIds, long cleanupStartTimeMs) -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>KeepBranchActivityFilter. getRequiredDbFields()Collection<DbField<?>>KeepBranchPatternFilter. getRequiredDbFields()Collection<DbField<?>>KeepPersonalFilter. getRequiredDbFields()Collection<DbField<?>>KeepStatusFilter. getRequiredDbFields()Collection<DbField<?>>KeepTagsFilter. getRequiredDbFields() -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>KeepAllLimit. getRequiredDbFields()Collection<DbField<?>>KeepLastNDaysLimit. getRequiredDbFields()Collection<DbField<?>>KeepNDaysSinceLastBuildLimit. getRequiredDbFields()Collection<DbField<?>>KeepNDaysSinceLastSuccessfulBuildLimit. getRequiredDbFields()Collection<DbField<?>>KeepNLastBuildsLimit. getRequiredDbFields()Collection<DbField<?>>LegacyKeepNBuildsLimit. getRequiredDbFields()Collection<DbField<?>>LegacyKeepNDaysLimit. getRequiredDbFields()Collection<DbField<?>>LegacyKeepNDaysMBuildsLimit. getRequiredDbFields() -
Uses of DbField in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.partitions that return types with arguments of type DbField Modifier and Type Method Description Collection<DbField<?>>KeepBranchesPartition. getRequiredDbFields()Collection<DbField<?>>KeepPersonalityPartition. getRequiredDbFields()Collection<DbField<?>>LegacyKeepBranchesPartition. getRequiredDbFields()
-