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.
2 parents 913a2ed + 87b726e commit eef3c58Copy full SHA for eef3c58
src/main/java/org/kohsuke/github/GHDeploymentState.java
@@ -13,24 +13,18 @@ public enum GHDeploymentState {
13
14
/**
15
* The state of the deployment currently reflects it's in progress.
16
- *
17
- * @deprecated until preview feature has graduated to stable
18
*/
19
@Preview(Previews.FLASH)
20
IN_PROGRESS,
21
22
23
* The state of the deployment currently reflects it's queued up for processing.
24
25
26
27
28
QUEUED,
29
30
31
* The state of the deployment currently reflects it's no longer active.
32
33
34
35
@Preview(Previews.ANT_MAN)
36
INACTIVE
0 commit comments