Skip to content

Commit e9a6a43

Browse files
committed
REBOOT_CONTINUE result added
1 parent 3fa95a7 commit e9a6a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/deployer/api/DeploymentResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import lombok.Setter;
55

66
public enum DeploymentResult {
7-
OK, NEWER_VERSION_EXISTS, NEED_REBOOT, INCOMPATIBLE_API_VERSION, ALREADY_INSTALLED, FAILED;
7+
OK, NEWER_VERSION_EXISTS, REBOOT_CONTINUE, NEED_REBOOT, INCOMPATIBLE_API_VERSION, ALREADY_INSTALLED, FAILED;
88
@Getter
99
@Setter
1010
private String productCoords;

0 commit comments

Comments
 (0)