Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.MilestoneState |
Constants.MilestoneState.forValue(String value) |
static Constants.MilestoneState |
Constants.MilestoneState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MilestoneState[] |
Constants.MilestoneState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Milestone |
MilestonesApi.updateMilestone(Integer projectId,
Integer milestoneId,
String title,
String description,
Date dueDate,
Date startDate,
Constants.MilestoneState milestoneState)
Update the specified milestone.
|
Copyright © 2018. All rights reserved.