public interface StatusesOperations
| Modifier and Type | Method and Description |
|---|---|
Status |
createStatus(String owner,
String repository,
String sha,
StatusRequest body) |
CombinedStatus |
getCombinedStatus(String owner,
String repository,
String ref) |
List<Status> |
listStatuses(String owner,
String repository,
String ref) |
Copyright © 2015–2016 Zalando SE. All rights reserved.