Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4c099d

Browse filesBrowse files
committed
Merge pull request hub4j#2 from lacostej/lacostej-master
expose issue_updated_at. It looks like a better representation of update
2 parents 6cc966a + 5756133 commit d4c099d
Copy full SHA for d4c099d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎src/main/java/org/kohsuke/github/GHPullRequest.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHPullRequest.java
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ public GHCommitPointer getHead() {
7070
return head;
7171
}
7272

73+
public Date getIssueUpdatedAt() {
74+
return GitHub.parseDate(issue_updated_at);
75+
}
76+
7377
/**
7478
* The HTML page of this pull request,
7579
* like https://github.com/jenkinsci/jenkins/pull/100

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.