Java Backfila
Programmatic access to backfila runs for Java. This represents the customer's use of the Backfila UI in tests. Note that passing in Parameters objects for testing is not supported in Java. You must use the parameterData map instead.
Kotlin customers should use Backfila directly.
Constructors
JavaBackfila
Link copied to clipboard
Functions
createDryRun
Link copied to clipboard
fun <Type : Backfill> createDryRun(backfill: Class<Type>): BackfillRun<Type>
Content copied to clipboard
@JvmOverloads()
Content copied to clipboard
createWetRun
Link copied to clipboard
fun <Type : Backfill> createWetRun(backfill: Class<Type>): BackfillRun<Type>
Content copied to clipboard
@JvmOverloads()
Content copied to clipboard
Properties
configureServiceData
Link copied to clipboard