Class MilestoneGroovyObject
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- org.jenkinsci.plugins.pipeline.github.MilestoneGroovyObject
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public class MilestoneGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
Groovy wrapper overMilestone
- Author:
- Aaron Whiteside
- See Also:
Milestone
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
-
getDueOn
public Date getDueOn()
-
getClosedIssues
public int getClosedIssues()
-
getNumber
public int getNumber()
-
getOpenIssues
public int getOpenIssues()
-
getDescription
public String getDescription()
-
getState
public String getState()
-
getTitle
public String getTitle()
-
getUrl
public String getUrl()
-
getCreator
public String getCreator()
-
getUpdatedAt
public Date getUpdatedAt()
-
getClosedAt
public Date getClosedAt()
-
-