From f69fd7ed7e3aeacdf1f586df806d05d643646042 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 24 Jan 2024 06:44:14 +0300 Subject: [PATCH] Update JS doc for DockerComposeFromArtifactDeployment --- node-scripts/src/utils/model.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node-scripts/src/utils/model.js b/node-scripts/src/utils/model.js index 959f597..cf3835a 100644 --- a/node-scripts/src/utils/model.js +++ b/node-scripts/src/utils/model.js @@ -75,6 +75,9 @@ class DockerComposeGenericMavenDeployment { } } +/** + * A type which assumes that the Docker Compose project will be installed through the processing of the artifacts section. + */ class DockerComposeFromArtifactDeployment { constructor(services) { this.services = services;