Commit 175329f
File tree
14 files changed
+213
-248
lines changedFilter options
- docker-java/src/test/java/com/github/dockerjava/cmd/swarm
14 files changed
+213
-248
lines changeddocker-java/src/test/java/com/github/dockerjava/cmd/swarm/CreateSecretCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/CreateSecretCmdExecIT.java+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 |
| - |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 |
| - |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/CreateServiceCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/CreateServiceCmdExecIT.java+19-15Lines changed: 19 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
| 54 | + |
52 | 55 |
|
53 | 56 |
|
54 | 57 |
|
| 58 | + |
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 |
| - |
| 63 | + |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
66 |
| - |
| 70 | + |
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
72 |
| - |
| 76 | + |
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
76 | 80 |
|
77 |
| - |
| 81 | + |
78 | 82 |
|
79 | 83 |
|
80 | 84 |
|
| ||
104 | 108 |
|
105 | 109 |
|
106 | 110 |
|
107 |
| - |
| 111 | + |
108 | 112 |
|
109 |
| - |
| 113 | + |
110 | 114 |
|
111 | 115 |
|
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
115 | 119 |
|
116 | 120 |
|
117 |
| - |
| 121 | + |
118 | 122 |
|
119 | 123 |
|
120 | 124 |
|
121 | 125 |
|
122 | 126 |
|
123 | 127 |
|
124 |
| - |
| 128 | + |
125 | 129 |
|
126 | 130 |
|
127 | 131 |
|
128 | 132 |
|
129 | 133 |
|
130 |
| - |
| 134 | + |
131 | 135 |
|
132 | 136 |
|
133 | 137 |
|
134 | 138 |
|
135 |
| - |
| 139 | + |
136 | 140 |
|
137 | 141 |
|
138 | 142 |
|
139 |
| - |
| 143 | + |
140 | 144 |
|
141 | 145 |
|
142 | 146 |
|
143 | 147 |
|
144 |
| - |
| 148 | + |
145 | 149 |
|
146 | 150 |
|
147 | 151 |
|
148 | 152 |
|
149 | 153 |
|
150 | 154 |
|
151 | 155 |
|
152 |
| - |
| 156 | + |
153 | 157 |
|
154 | 158 |
|
155 | 159 |
|
156 | 160 |
|
157 | 161 |
|
158 |
| - |
| 162 | + |
159 | 163 |
|
160 | 164 |
|
161 | 165 |
|
| ||
169 | 173 |
|
170 | 174 |
|
171 | 175 |
|
172 |
| - |
| 176 | + |
173 | 177 |
|
174 | 178 |
|
175 | 179 |
|
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/InitializeSwarmCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/InitializeSwarmCmdExecIT.java+7-16Lines changed: 7 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 | 24 |
|
29 |
| - |
| 25 | + |
| 26 | + |
30 | 27 |
|
31 | 28 |
|
32 | 29 |
|
| ||
42 | 39 |
|
43 | 40 |
|
44 | 41 |
|
45 |
| - |
| 42 | + |
46 | 43 |
|
47 | 44 |
|
48 | 45 |
|
49 | 46 |
|
50 | 47 |
|
51 |
| - |
| 48 | + |
52 | 49 |
|
53 | 50 |
|
54 | 51 |
|
55 | 52 |
|
56 | 53 |
|
57 | 54 |
|
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 55 | + |
65 | 56 |
|
66 | 57 |
|
67 |
| - |
| 58 | + |
68 | 59 |
|
69 | 60 |
|
70 | 61 |
|
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/JoinSwarmCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/JoinSwarmCmdExecIT.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/LeaveSwarmCmdExecIT.java
Copy file name to clipboard+8-15Lines changed: 8 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
6 |
| - |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 | 18 |
|
24 | 19 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
| 20 | + |
29 | 21 |
|
30 |
| - |
| 22 | + |
31 | 23 |
|
32 | 24 |
|
33 | 25 |
|
34 | 26 |
|
35 |
| - |
| 27 | + |
36 | 28 |
|
37 | 29 |
|
38 | 30 |
|
39 | 31 |
|
40 |
| - |
| 32 | + |
41 | 33 |
|
42 | 34 |
|
43 | 35 |
|
44 | 36 |
|
45 | 37 |
|
46 | 38 |
|
47 | 39 |
|
48 |
| - |
49 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
50 | 43 |
|
51 | 44 |
|
52 | 45 |
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/ListSecretCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/ListSecretCmdExecIT.java+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 |
| - |
| 37 | + |
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
41 |
| - |
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 |
| - |
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
|
docker-java/src/test/java/com/github/dockerjava/cmd/swarm/ListServicesCmdExecIT.java
Copy file name to clipboardExpand all lines: docker-java/src/test/java/com/github/dockerjava/cmd/swarm/ListServicesCmdExecIT.java+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
30 | 32 |
|
31 |
| - |
| 33 | + |
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
44 |
| - |
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 |
| - |
| 49 | + |
48 | 50 |
|
49 | 51 |
|
50 |
| - |
| 52 | + |
51 | 53 |
|
52 |
| - |
| 54 | + |
53 | 55 |
|
54 | 56 |
|
0 commit comments