Skip to content

Commit

Permalink
Merge pull request #2 from lacostej/lacostej-master
Browse files Browse the repository at this point in the history
expose issue_updated_at. It looks like a better representation of update
  • Loading branch information
kohsuke committed Sep 6, 2011
2 parents 6cc966a + 5756133 commit d4c099d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/kohsuke/github/GHPullRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ public GHCommitPointer getHead() {
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
Expand Down

0 comments on commit d4c099d

Please sign in to comment.