Uses of Class
org.eclipse.csi.codesign.CodesignClient
-
Uses of CodesignClient in org.eclipse.csi.codesign
Constructors in org.eclipse.csi.codesign with parameters of type CodesignClientModifierConstructorDescriptionSigningWorkflow(CodesignClient client, Duration pollInterval, Duration completionTimeout, Consumer<String> logger) Creates a workflow with an optional completion timeout.SigningWorkflow(CodesignClient client, Duration pollInterval, Consumer<String> logger) Creates a workflow that polls indefinitely (no completion deadline).