SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SQLDelight
sqldelight-gradle-plugin
/
app.cash.sqldelight.gradle
/
VerifyMigrationTask
/
VerifyMigrationAction
Verify
Migration
Action
abstract
class
VerifyMigrationAction
:
WorkAction
<
VerifyMigrationTask.VerifyMigrationWorkParameters
>
Members
Constructors
Verify
Migration
Action
Link copied to clipboard
constructor
(
)
Properties
parameters
Link copied to clipboard
@get:
Inject
abstract
override
val
parameters
:
VerifyMigrationTask.VerifyMigrationWorkParameters
?
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
)
get
Parameters
Link copied to clipboard
@
Inject
abstract
fun
getParameters
(
)
:
VerifyMigrationTask.VerifyMigrationWorkParameters
?