Uses of Class
org.eclipse.csi.codesign.CodesignException
-
Uses of CodesignException in org.eclipse.csi.codesign
Methods in org.eclipse.csi.codesign that throw CodesignExceptionModifier and TypeMethodDescriptionvoidCodesignClient.downloadSignedArtifact(SigningRequestStatus status, Path outputPath) Downloads the signed artifact to the given output path.CodesignClient.getStatus(SigningRequest signingRequest) Polls the status of a signing request.CodesignClient.submit(String projectId, String signingPolicy, String artifactConfiguration, String description, Map<String, String> parameters, Path artifactPath) Submits an artifact for signing.SigningWorkflow.submitAndWait(String projectId, String signingPolicy, String artifactConfiguration, String description, Map<String, String> parameters, Path artifactPath) Submits an artifact for signing and polls until a final status is reached.