Uses of Class
com.qtsurfer.api.sdk.Sweep
Packages that use Sweep
-
Uses of Sweep in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return types with arguments of type SweepModifier and TypeMethodDescriptionQTSurfer.sweep(SweepRequest request) Equivalent toQTSurfer.sweep(SweepRequest, SweepOptions)withSweepOptions.defaults().QTSurfer.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 Sweep in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth that return types with arguments of type SweepModifier and TypeMethodDescriptionAuthenticatedClient.sweep(SweepRequest request) Equivalent toAuthenticatedClient.sweep(SweepRequest, SweepOptions)withSweepOptions.defaults().AuthenticatedClient.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 Sweep in com.qtsurfer.api.sdk.workflows
Methods in com.qtsurfer.api.sdk.workflows that return types with arguments of type SweepModifier and TypeMethodDescriptionSweepWorkflow.submit(SweepRequest req, SweepOptions opts) Compile, prepare, and submit the sweep.