Skip to content

Commit 020b46c

Browse files
committed
Enum Command deleted from DeployerEngine & Executor and added in api
1 parent 4a7fef8 commit 020b46c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package org.scm4j.deployer.api;
2+
3+
public enum Command { DEPLOY, UNDEPLOY, UPGRADE, START, STOP }

0 commit comments

Comments
 (0)