Updates
Service
The UpdatesService class is useful to
handle the updates database operations
Author
N7ghtm4r3 - Tecknobit
Since
1.2.0
See also
EquinoxItemsHelper
Constructors
Link copied to clipboard
@Autowired
Constructor used to init the service
Properties
Functions
Link copied to clipboard
protected open fun batchDelete(table: String, values: Collection<out Any>, columns: Array<@NotNull String>)
Link copied to clipboard
protected open fun <V> batchInsert(command: EquinoxItemsHelper.InsertCommand, table: String, batchQuery: EquinoxItemsHelper.BatchQuery<V>)
Link copied to clipboard
Method to delete an update
Link copied to clipboard
Method to publish an existing update
Link copied to clipboard
open fun scheduleUpdate(updateId: String, targetVersion: String, changeNotes: List<String>, project: Project, user: PandoroUser)
Method to schedule a new update
Link copied to clipboard
Method to start an existing update
Link copied to clipboard
Method to check whether an update with the
target project_version inserted already exists
Link copied to clipboard
Method to fetch and check if an update
exists