Package com.spotify.github
Interface CloseTracking
-
- All Superinterfaces:
UpdateTracking
- All Known Subinterfaces:
Issue
,Milestone
,PullRequest
,PullRequestItem
,SearchIssue
- All Known Implementing Classes:
ImmutableCloseTracking
,ImmutableIssue
,ImmutableMilestone
,ImmutablePullRequest
,ImmutablePullRequestItem
,ImmutableSearchIssue
@Immutable public interface CloseTracking extends UpdateTracking
Convenience interface for tracking closing time and whatever is tracked inUpdateTracking
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<GitHubInstant>
closedAt()
Closed date.-
Methods inherited from interface com.spotify.github.UpdateTracking
createdAt, updatedAt
-
-
-
-
Method Detail
-
closedAt
Optional<GitHubInstant> closedAt()
Closed date.- Returns:
- The date when the issue was closed
-
-