Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
Milestone |
MilestonesApi.activateMilestone(Integer projectId,
Integer milestoneId) |
Activate a milestone.
|
Milestone |
MilestonesApi.closeMilestone(Integer projectId,
Integer milestoneId) |
Close a milestone.
|
Milestone |
MilestonesApi.createMilestone(Integer projectId,
String title,
String description,
Date dueDate,
Date startDate) |
Create a milestone.
|
Milestone |
MilestonesApi.getMilestone(Integer projectId,
int milestoneId) |
Get the specified milestone.
|
Milestone |
MilestonesApi.updateMilestone(Integer projectId,
Integer milestoneId,
String title,
String description,
Date dueDate,
Date startDate,
Constants.MilestoneState milestoneState) |
Update the specified milestone.
|
Modifier and Type | Method | Description |
---|---|---|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId) |
Get a list of project milestones.
|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId,
int page,
int perPage) |
Get a list of project milestones.
|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId,
String search) |
Get a list of project milestones that have match the search string.
|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId,
Constants.MilestoneState state) |
Get a list of project milestones that have the specified state.
|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId,
Constants.MilestoneState state,
String search) |
Get a list of project milestones that have the specified state and match the search string.
|
Modifier and Type | Method | Description |
---|---|---|
Milestone |
Issue.getMilestone() |
|
Milestone |
MergeRequest.getMilestone() |
Modifier and Type | Method | Description |
---|---|---|
void |
Issue.setMilestone(Milestone milestone) |
|
void |
MergeRequest.setMilestone(Milestone milestone) |
Copyright © 2018. All rights reserved.