Uses of Record Class
com.qtsurfer.api.sdk.SweepOptions
Packages that use SweepOptions
-
Uses of SweepOptions in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepOptionsModifier and TypeMethodDescriptionSweepOptions.Builder.build()Build the options.static SweepOptionsSweepOptions.defaults()Defaults: no progress callback, no stage timeout, and whatever ordering the platform defaults to.Methods in com.qtsurfer.api.sdk with parameters of type SweepOptionsModifier and TypeMethodDescriptionQTSurfer.sweep(SweepRequest request, SweepOptions options) Run the full compile → prepare → executeSweep pipeline and resolve once the platform has accepted the sweep, handing back aSweepthat keeps polling the leaderboard in the background. -
Uses of SweepOptions in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth with parameters of type SweepOptionsModifier and TypeMethodDescriptionAuthenticatedClient.sweep(SweepRequest request, SweepOptions opts) Run the full compile → prepare → executeSweep pipeline and resolve once the platform has accepted the sweep, handing back aSweepthat keeps polling the leaderboard in the background. -
Uses of SweepOptions in com.qtsurfer.api.sdk.workflows
Methods in com.qtsurfer.api.sdk.workflows with parameters of type SweepOptionsModifier and TypeMethodDescriptionSweepWorkflow.submit(SweepRequest req, SweepOptions opts) Compile, prepare, and submit the sweep.