Class ConnectorSigningRequestModel
java.lang.Object
io.jenkins.plugins.signpath.ApiIntegration.Model.ConnectorSigningRequestModel
All (non-authentication) parameters needed to submit a signing request to the SignPath Pipeline Connector.
The connector pulls the SHA-256 sidecar from the Jenkins build's archived artifacts
(identified by
jobFullName + buildNumber + sha256ArtifactPath) and computes the
pipeline/origin data itself, so the plugin no longer gathers origin metadata. The unsigned artifact itself
is uploaded in a separate request through the connector.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConnectorSigningRequestModel
public ConnectorSigningRequestModel()
-