expose issue_updated_at. It looks like a better representation of update time for an pull request than updated_at

This commit is contained in:
Jerome Lacoste (f19)
2011-09-06 13:07:50 +02:00
parent 6cc966adee
commit 5756133840

View File

@@ -70,6 +70,10 @@ public class GHPullRequest extends GHIssue {
return head;
}
public Date getIssueUpdatedAt() {
return GitHub.parseDate(issue_updated_at);
}
/**
* The HTML page of this pull request,
* like https://github.com/jenkinsci/jenkins/pull/100