| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Field and Description |
|---|---|
protected GHMilestone |
GHIssue.milestone |
| Modifier and Type | Method and Description |
|---|---|
GHMilestone |
GHRepository.createMilestone(String title,
String description) |
GHMilestone |
GHIssue.getMilestone() |
GHMilestone |
GHRepository.getMilestone(int number) |
GHMilestone |
GHMilestone.wrap(GHRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GHMilestone> |
GHRepository.getMilestones()
Deprecated.
|
PagedIterable<GHMilestone> |
GHRepository.listMilestones(GHIssueState state)
Lists up all the milestones in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<GHIssue> |
GHRepository.getIssues(GHIssueState state,
GHMilestone milestone) |
GHIssueBuilder |
GHIssueBuilder.milestone(GHMilestone milestone) |
Copyright © 2016. All Rights Reserved.