Class ConnectorSigningRequestModel

java.lang.Object
io.jenkins.plugins.signpath.ApiIntegration.Model.ConnectorSigningRequestModel

public class ConnectorSigningRequestModel extends Object
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 Details

    • ConnectorSigningRequestModel

      public ConnectorSigningRequestModel()