public class MilestoneGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
MilestoneMilestone,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
Date |
getClosedAt() |
int |
getClosedIssues() |
Date |
getCreatedAt() |
String |
getCreator() |
String |
getDescription() |
Date |
getDueOn() |
int |
getNumber() |
int |
getOpenIssues() |
String |
getState() |
String |
getTitle() |
Date |
getUpdatedAt() |
String |
getUrl() |
public Date getCreatedAt()
public Date getDueOn()
public int getClosedIssues()
public int getNumber()
public int getOpenIssues()
public String getDescription()
public String getState()
public String getTitle()
public String getUrl()
public String getCreator()
public Date getUpdatedAt()
public Date getClosedAt()
Copyright © 2016–2021. All rights reserved.