Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.DbTable
-
Packages that use DbTable Package Description jetbrains.buildServer.serverSide.impl.cleanup.v2019.db jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.common -
-
Uses of DbTable in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db that return DbTable Modifier and Type Method Description DbTableDbField. getExistingBuildTable()DbTableDbField. getRemovedBuildTable()static DbTableDbTable. valueOf(String name)Returns the enum constant of this type with the specified name.static DbTable[]DbTable. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db with parameters of type DbTable Constructor Description DbField(String fieldName, DbTable existingBuildTable, DbTable removedBuildTable) -
Uses of DbTable in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.common
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.db.fields.common with parameters of type DbTable Constructor Description DbBooleanField(String fieldName, DbTable existingBuildTable, DbTable removedBuildTable)DbByteField(String fieldName, DbTable existingBuildTable, DbTable removedBuildTable)DbLongField(String fieldName, DbTable existingBuildTable, DbTable removedBuildTable)DbStringField(String fieldName, DbTable existingBuildTable, DbTable removedBuildTable)
-