public class PullRequests extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_COMMENT_INDENT |
static String |
COMMAND_COMMENT_PREFIX |
static String |
COMMAND_COMMENT_PREFIX_SEPARATOR |
static String |
ISSUE_LINK_COMMENT |
static String |
ISSUE_LINK_COMMENT_SUFFIX |
| Constructor and Description |
|---|
PullRequests() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.kohsuke.github.GHPullRequest> |
getOpenPullRequests(org.kohsuke.github.GHRepository ghRepository,
Configuration configuration) |
static List<org.kohsuke.github.GHPullRequest> |
getOpenPullRequests(org.kohsuke.github.GHRepository ghRepository,
String label) |
static void |
logOpen(List<org.kohsuke.github.GHPullRequest> prs) |
public static final String COMMAND_COMMENT_PREFIX
public static final String COMMAND_COMMENT_PREFIX_SEPARATOR
public static final String COMMAND_COMMENT_INDENT
public static String ISSUE_LINK_COMMENT
public static String ISSUE_LINK_COMMENT_SUFFIX
public static List<org.kohsuke.github.GHPullRequest> getOpenPullRequests(org.kohsuke.github.GHRepository ghRepository, Configuration configuration) throws IOException
IOExceptionpublic static List<org.kohsuke.github.GHPullRequest> getOpenPullRequests(org.kohsuke.github.GHRepository ghRepository, String label) throws IOException
IOExceptionpublic static void logOpen(List<org.kohsuke.github.GHPullRequest> prs)
Copyright © 2076–2017 Red Hat. All rights reserved.