Skip to content

Commit a338676

Browse files
authored
Merge pull request docker-java#1066 from jeinwag/RollbackCompletedState
support rollback_completed value in ServiceUpdateState
2 parents 98102ef + ab2e9f6 commit a338676

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/github/dockerjava/api/model/ServiceUpdateState.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ public enum ServiceUpdateState {
1414
PAUSED,
1515

1616
@JsonProperty("completed")
17-
COMPLETED
17+
COMPLETED,
18+
19+
@JsonProperty("rollback_completed")
20+
ROLLBACK_COMPLETED
1821
}

0 commit comments

Comments
 (0)