Package com.konfigyr.gradle
package com.konfigyr.gradle
-
ClassesClassDescriptionA Gradle
TransformActionthat processes each JAR on theruntimeClasspathand produces a self-describing output file containing thePropertyDescriptormetadata.GradleBuildServicefor interacting with the Konfigyr Artifactory REST API.Task that opens (or takes over) this service's currentServiceRelease, uploads metadata for every candidate artifact the server reports asArtifactUploadStatus.UPLOAD_REQUIRED, then completes the release so it becomes the service's currentManifest.Task that scans this project's built JAR file archive for Spring Boot configuration metadata and, if found, writes it out asArtifactMetadatadescribing this project's artifact.Configuration extension for the Konfigyr Gradle plugin.ConfiguresClientCredentials, used for the OAuth2client_credentialsgrant, as defined by RFC 6749, Section 4.4.Polling behavior for the direct-publish scenario, used while waiting for acom.konfigyr.artifactory.Publicationto be confirmed afterPublishArtifactMetadataTaskuploads this project's own artifact metadata.This project's service identity, used to resolve its dependencies and open a service release against the Konfigyr Artifactory.Configures aTokenExchange, used for the OAuth2 Token Exchange grant, as defined by RFC 8693.Gradle plugin for Konfigyr Artifacts.Task that publishes this project's ownArtifactMetadata, generated byGenerateArtifactMetadataTask, directly to the Konfigyr Artifactory.Task that generatesArtifactMetadatafor each of this project's resolved runtime dependencies that expose Spring Boot configuration metadata, then writes the results to the output directory.Implementation ofWorkActionthat uploads theArtifactMetadatafor a single artifact required by aServiceReleaseusing the registeredArtifactoryService.