Package com.spotify.github.v3.repos
Interface PushRepository
-
- All Superinterfaces:
RepositoryBase
,UpdateTracking
- All Known Implementing Classes:
ImmutablePushRepository
@Immutable public interface PushRepository extends RepositoryBase
Repository resource for push events. This ONLY exists because the github api is inconsistent in the way it represents pushedAt and updatedAt. :(
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Author
owner()
Owner-
Methods inherited from interface com.spotify.github.v3.repos.RepositoryBase
archiveUrl, assigneesUrl, blobsUrl, branchesUrl, cloneUrl, collaboratorsUrl, commentsUrl, commitsUrl, compareUrl, contentsUrl, contributorsUrl, defaultBranch, deploymentsUrl, description, downloadsUrl, eventsUrl, fork, forks, forksCount, forksUrl, fullName, gitCommitsUrl, gitRefsUrl, gitTagsUrl, gitUrl, hasDownloads, hasIssues, hasPages, hasWiki, homepage, hooksUrl, htmlUrl, id, isPrivate, isPublic, issueCommentUrl, issueEventsUrl, issuesUrl, keysUrl, labelsUrl, language, languagesUrl, masterBranch, mergesUrl, milestonesUrl, mirrorUrl, name, notificationsUrl, openIssues, openIssuesCount, permissions, pullsUrl, pushedAt, releasesUrl, size, sshUrl, stargazers, stargazersCount, stargazersUrl, statusesUrl, subscribersUrl, subscriptionUrl, svnUrl, tagsUrl, teamsUrl, treesUrl, url, watchers, watchersCount
-
Methods inherited from interface com.spotify.github.UpdateTracking
createdAt, updatedAt
-
-
-
-
Method Detail
-
owner
@Nullable Author owner()
Owner
-
-