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 artifact and its 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 uploads the artifact or gathers origin metadata.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConnectorSigningRequestModel
public ConnectorSigningRequestModel()
-