@@ -189,7 +189,7 @@ GHApp wrapUp(GitHub root) {
189189 * @return a list of App installations
190190 * @see <a href="https://developer.github.com/v3/apps/#list-installations">List installations</a>
191191 */
192- @ Preview
192+ @ Preview ( MACHINE_MAN )
193193 @ Deprecated
194194 public PagedIterable <GHAppInstallation > listInstallations () {
195195 return root .createRequest ()
@@ -210,7 +210,7 @@ public PagedIterable<GHAppInstallation> listInstallations() {
210210 * on error
211211 * @see <a href="https://developer.github.com/v3/apps/#get-an-installation">Get an installation</a>
212212 */
213- @ Preview
213+ @ Preview ( MACHINE_MAN )
214214 @ Deprecated
215215 public GHAppInstallation getInstallationById (long id ) throws IOException {
216216 return root .createRequest ()
@@ -233,7 +233,7 @@ public GHAppInstallation getInstallationById(long id) throws IOException {
233233 * @see <a href="https://developer.github.com/v3/apps/#get-an-organization-installation">Get an organization
234234 * installation</a>
235235 */
236- @ Preview
236+ @ Preview ( MACHINE_MAN )
237237 @ Deprecated
238238 public GHAppInstallation getInstallationByOrganization (String name ) throws IOException {
239239 return root .createRequest ()
@@ -258,7 +258,7 @@ public GHAppInstallation getInstallationByOrganization(String name) throws IOExc
258258 * @see <a href="https://developer.github.com/v3/apps/#get-a-repository-installation">Get a repository
259259 * installation</a>
260260 */
261- @ Preview
261+ @ Preview ( MACHINE_MAN )
262262 @ Deprecated
263263 public GHAppInstallation getInstallationByRepository (String ownerName , String repositoryName ) throws IOException {
264264 return root .createRequest ()
@@ -280,7 +280,7 @@ public GHAppInstallation getInstallationByRepository(String ownerName, String re
280280 * on error
281281 * @see <a href="https://developer.github.com/v3/apps/#get-a-user-installation">Get a user installation</a>
282282 */
283- @ Preview
283+ @ Preview ( MACHINE_MAN )
284284 @ Deprecated
285285 public GHAppInstallation getInstallationByUser (String name ) throws IOException {
286286 return root .createRequest ()
0 commit comments