Class ExtendedMilestone
- java.lang.Object
-
- org.eclipse.egit.github.core.Milestone
-
- org.jenkinsci.plugins.pipeline.github.client.ExtendedMilestone
-
- All Implemented Interfaces:
Serializable
public class ExtendedMilestone extends org.eclipse.egit.github.core.Milestone
- Author:
- Aaron Whiteside
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedMilestone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getClosedAt()
Date
getUpdatedAt()
void
setClosedAt(Date closedAt)
void
setUpdatedAt(Date updatedAt)
-
Methods inherited from class org.eclipse.egit.github.core.Milestone
getClosedIssues, getCreatedAt, getCreator, getDescription, getDueOn, getNumber, getOpenIssues, getState, getTitle, getUrl, setClosedIssues, setCreatedAt, setCreator, setDescription, setDueOn, setNumber, setOpenIssues, setState, setTitle, setUrl
-
-