| Modifier and Type | Class and Description |
|---|---|
class |
TestRail.Milestones.Add |
class |
TestRail.Milestones.Delete |
class |
TestRail.Milestones.Get |
class |
TestRail.Milestones.List |
class |
TestRail.Milestones.Update |
| Constructor and Description |
|---|
Milestones() |
| Modifier and Type | Method and Description |
|---|---|
TestRail.Milestones.Add |
add(int projectId,
Milestone milestone)
Creates a new milestone.
|
TestRail.Milestones.Delete |
delete(int milestoneId)
Deletes an existing milestone.
|
TestRail.Milestones.Get |
get(int milestoneId)
Returns an existing milestone.
|
TestRail.Milestones.List |
list(int projectId)
Returns the list of milestones for a project.
|
TestRail.Milestones.Update |
update(Milestone milestone)
Updates an existing milestone.
|
@Generated(value="lombok") public Milestones()
public TestRail.Milestones.Get get(int milestoneId)
milestoneId - the ID of the milestoneIllegalArgumentException - if milestoneId is not positivepublic TestRail.Milestones.List list(int projectId)
projectId - the ID of the project to get the milestones forIllegalArgumentException - if projectId is not positivepublic TestRail.Milestones.Add add(int projectId, @NonNull Milestone milestone)
projectId - the ID of the project to add the milestone tomilestone - the milestone to be addedIllegalArgumentException - if projectId is not positiveNullPointerException - if milestone is nullpublic TestRail.Milestones.Update update(@NonNull Milestone milestone)
milestone - the milestone to be updatedNullPointerException - if milestone is nullpublic TestRail.Milestones.Delete delete(int milestoneId)
milestoneId - the ID of the milestone to be deletedIllegalArgumentException - if milestoneId is not positiveCopyright © 2017. All rights reserved.