public class MilestoneModel extends Object
| Constructor and Description |
|---|
MilestoneModel(org.gitlab.api.models.GitlabMilestone milestone,
Set<IssueModel> issues,
List<MilestoneReleaseArtifactModel> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
List<MilestoneReleaseArtifactModel> |
getArtifacts() |
String |
getDescription() |
String |
getDueDate() |
int |
getId() |
List<IssueModel> |
getIssues() |
String |
getState() |
String |
getTitle() |
boolean |
isWithArtifact() |
boolean |
isWithIssue() |
boolean |
isWithNoIssue() |
public MilestoneModel(org.gitlab.api.models.GitlabMilestone milestone,
Set<IssueModel> issues,
List<MilestoneReleaseArtifactModel> artifacts)
public boolean isWithIssue()
public boolean isWithNoIssue()
public boolean isWithArtifact()
public List<MilestoneReleaseArtifactModel> getArtifacts()
public List<IssueModel> getIssues()
public int getId()
public String getTitle()
public String getDescription()
public String getDueDate()
public String getState()
Copyright © 2017–2020 Ultreia.io. All rights reserved.