]> git.argeo.org Git - gpl/argeo-slc.git/blob - deploy/Deployment.java
Prepare next development cycle
[gpl/argeo-slc.git] / deploy / Deployment.java
1 package org.argeo.slc.core.deploy;
2
3 public interface Deployment {
4 public DeployedSystem getDeployedSystem();
5
6 public TargetData getTargetData();
7
8 public DeploymentData getDeploymentData();
9 }