Skip to content

Commit fb2306a

Browse files
committed
DeployedProduct moved to API
1 parent c9e14c5 commit fb2306a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.scm4j.deployer.api;
2+
3+
import lombok.Data;
4+
5+
@Data
6+
public class DeployedProduct implements IDeployedProduct {
7+
8+
private String deploymentPath;
9+
private String productVersion;
10+
private IProductStructure productStructure;
11+
12+
}

0 commit comments

Comments
 (0)