public class Common extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BRANCHES_PROPERTY |
static String |
RELEASE_VALUE_PROPERTY |
static String |
REQUIRED_FLAGS_PROPERTY |
| Constructor and Description |
|---|
Common() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addLabel(org.jboss.pull.shared.PullHelper helper,
org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String labelTitle) |
static void |
complain(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
List<String> description) |
protected static boolean |
hasLabel(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String title) |
static Boolean |
isDryRun() |
static void |
postComment(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String comment) |
static void |
removeLabel(org.jboss.pull.shared.PullHelper helper,
org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String labelTitle) |
public static final String BRANCHES_PROPERTY
public static final String REQUIRED_FLAGS_PROPERTY
public static final String RELEASE_VALUE_PROPERTY
public static Boolean isDryRun()
public static void addLabel(org.jboss.pull.shared.PullHelper helper,
org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String labelTitle)
public static void removeLabel(org.jboss.pull.shared.PullHelper helper,
org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String labelTitle)
protected static boolean hasLabel(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String title)
public static void complain(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
List<String> description)
public static void postComment(org.jboss.pull.shared.connectors.RedhatPullRequest pullRequest,
String comment)
Copyright © 2016 JBoss by Red Hat. All rights reserved.