Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and 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 and Description |
---|---|
List<Milestone> |
MilestonesApi.getMilestones(Integer projectId)
Get a list of project milestones.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Milestone |
MergeRequest.getMilestone() |
Milestone |
Issue.getMilestone() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setMilestone(Milestone milestone) |
void |
Issue.setMilestone(Milestone milestone) |
Copyright © 2018. All rights reserved.