mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-13 08:21:20 +00:00
Compare commits
4 Commits
github-api
...
github-api
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f02f2d7585 | ||
|
|
d4c099d447 | ||
|
|
5756133840 | ||
|
|
6cc966adee |
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>github-api</artifactId>
|
<artifactId>github-api</artifactId>
|
||||||
<version>1.12</version>
|
<version>1.13</version>
|
||||||
<name>GitHub API for Java</name>
|
<name>GitHub API for Java</name>
|
||||||
<url>http://github-api.kohsuke.org/</url>
|
<url>http://github-api.kohsuke.org/</url>
|
||||||
<description>GitHub API for Java</description>
|
<description>GitHub API for Java</description>
|
||||||
|
|||||||
@@ -70,6 +70,10 @@ public class GHPullRequest extends GHIssue {
|
|||||||
return head;
|
return head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Date getIssueUpdatedAt() {
|
||||||
|
return GitHub.parseDate(issue_updated_at);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The HTML page of this pull request,
|
* The HTML page of this pull request,
|
||||||
* like https://github.com/jenkinsci/jenkins/pull/100
|
* like https://github.com/jenkinsci/jenkins/pull/100
|
||||||
|
|||||||
Reference in New Issue
Block a user