This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a change to branch IGNITE-27548
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 20ac0ff8c74 IGNITE-27548 Add recursive option to deploy unit command
     add b8cee456dd7 Fix comments

No new revisions were added by this update.

Summary of changes:
 .../cli/call/cluster/unit/DeployUnitCall.java      | 122 +--------------------
 .../cli/call/cluster/unit/DeploymentContent.java   |  49 +++++++++
 .../call/cluster/unit/FilesDeploymentContent.java  |  73 ++++++++++++
 .../call/cluster/unit/ZipDeploymentContent.java    |  90 +++++++++++++++
 4 files changed, 218 insertions(+), 116 deletions(-)
 create mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/DeploymentContent.java
 create mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/FilesDeploymentContent.java
 create mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/ZipDeploymentContent.java

Reply via email to