We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fef8 commit 020b46cCopy full SHA for 020b46c
src/main/java/org/scm4j/deployer/api/Command.java
@@ -0,0 +1,3 @@
1
+package org.scm4j.deployer.api;
2
+
3
+public enum Command { DEPLOY, UNDEPLOY, UPGRADE, START, STOP }
0 commit comments