public class ProjectModel extends Object
| Constructor and Description |
|---|
ProjectModel(String projectUrl,
String title,
String author,
String authorEmail,
Set<MilestoneModel> milestones,
List<String> trackers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getAuthorEmail() |
String |
getIssueUrl() |
List<MilestoneModel> |
getMilestones() |
String |
getMilestoneUrl() |
String |
getNow() |
String |
getTitle() |
List<String> |
getTrackers() |
public String getNow()
public String getMilestoneUrl()
public String getIssueUrl()
public String getTitle()
public String getAuthor()
public String getAuthorEmail()
public List<MilestoneModel> getMilestones()
Copyright © 2017 Ultreia.io. All rights reserved.