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 ddf2d69

Browse filesBrowse files
committed
this method can return null
1 parent f5b3486 commit ddf2d69
Copy full SHA for ddf2d69

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHRepository.java
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ public int getOpenIssueCount() {
156156
return open_issues;
157157
}
158158

159+
/**
160+
*
161+
* @return
162+
* null if the repository was never pushed at.
163+
*/
159164
public Date getPushedAt() {
160165
return GitHub.parseDate(pushed_at);
161166
}

0 commit comments

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