Package io.ultreia.maven.gitlab.model
Class ProjectModel
- java.lang.Object
-
- io.ultreia.maven.gitlab.model.ProjectModel
-
public class ProjectModel extends Object
Created by tchemit on 20/02/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ProjectModel(String projectUrl, String title, String author, String authorEmail, Set<MilestoneModel> milestones, List<String> trackers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()StringgetAuthorEmail()StringgetIssueUrl()List<MilestoneModel>getMilestones()StringgetMilestoneUrl()StringgetNow()StringgetTitle()List<String>getTrackers()
-
-
-
Method Detail
-
getNow
public String getNow()
-
getMilestoneUrl
public String getMilestoneUrl()
-
getIssueUrl
public String getIssueUrl()
-
getTitle
public String getTitle()
-
getAuthor
public String getAuthor()
-
getAuthorEmail
public String getAuthorEmail()
-
getMilestones
public List<MilestoneModel> getMilestones()
-
-