public final class ResumePoint extends Object
GitHubBackup
when the API access limit is
reached.Constructor and Description |
---|
ResumePoint() |
Modifier and Type | Method and Description |
---|---|
static String |
collabName() |
static String |
commitComments() |
static String |
issueComments(boolean closed) |
static String |
issueComments(boolean closed,
int id) |
static String |
milestones() |
static String |
prComments(boolean closed) |
static String |
prComments(boolean closed,
int id) |
static String |
prIsMerged(boolean closed) |
static String |
prIsMerged(boolean closed,
int id) |
static String |
repoCollab() |
static String |
repoHooks() |
static String |
repoIssues() |
static String |
repoIssues(boolean closed) |
static String |
repoPR() |
static String |
repoPR(boolean closed) |
static String |
repoTeam() |
static String |
repoUser() |
static String |
teamMembers() |
static String |
teamMembers(int id) |
static String |
userFollowers() |
static String |
userFollows() |
static String |
userOrgs() |
public static String collabName()
public static String commitComments()
public static String issueComments(boolean closed)
closed
- - whether the string for closed or open issue comments should
be returnedpublic static String issueComments(boolean closed, int id)
closed
- - whether the string for closed or open issue comments should
be returnedid
- - id of the associated issuepublic static String milestones()
public static String prComments(boolean closed)
closed
- - whether the string for closed or open pull request comments
should be returnedpublic static String prComments(boolean closed, int id)
closed
- - whether the string for closed or open pull request comments
should be returnedid
- - id of the associated pull requestpublic static String prIsMerged(boolean closed)
closed
- - whether the string for closed or open pull request merge
status should be returnedpublic static String prIsMerged(boolean closed, int id)
closed
- - whether the string for closed or open pull request merge
status should be returnedid
- - id of the associated pull requestpublic static String repoCollab()
public static String repoHooks()
public static String repoIssues()
public static String repoIssues(boolean closed)
closed
- - whether the string for open or closed issues should be
returnedpublic static String repoUser()
public static String repoPR()
public static String repoPR(boolean closed)
closed
- - whether the string for open or closed pull requests should
be returnedpublic static String repoTeam()
public static String teamMembers()
public static String teamMembers(int id)
id
- - Desired team idpublic static String userFollows()
public static String userFollowers()
public static String userOrgs()
Copyright © 2015–2022 SciJava. All rights reserved.