Modifier and Type | Method and Description |
---|---|
static <T,S extends GhprbExtension> |
Ghprb.getDefaultValue(S local,
Class<S> globalClass,
String methodName) |
static <T extends GhprbExtension> |
Ghprb.getGlobal(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
GhprbTrigger.getExtensions() |
hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
GhprbTrigger.DescriptorImpl.getExtensions() |
abstract hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
GhprbTriggerBackwardsCompatible.getExtensions() |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.getJobExtensions(GhprbTrigger trigger,
Class<?>... types) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.matchesAll(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.matchesSome(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.onlyOneEntry(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
Modifier and Type | Method and Description |
---|---|
static void |
Ghprb.addIfMissing(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
GhprbExtension ext,
Class<?> type) |
protected void |
GhprbTriggerBackwardsCompatible.addIfMissing(GhprbExtension ext) |
Modifier and Type | Method and Description |
---|---|
static void |
Ghprb.addIfMissing(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
GhprbExtension ext,
Class<?> type) |
static void |
Ghprb.filterList(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> descriptors,
org.apache.commons.collections.Predicate predicate) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.matchesAll(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.matchesSome(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
static hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> |
Ghprb.onlyOneEntry(hudson.util.DescribableList<GhprbExtension,GhprbExtensionDescriptor> extensions,
Class<?>... types) |
Constructor and Description |
---|
GhprbTrigger(String adminlist,
String whitelist,
String orgslist,
String cron,
String triggerPhrase,
Boolean onlyTriggerPhrase,
Boolean useGitHubHooks,
Boolean permitAll,
Boolean autoCloseFailedPullRequests,
Boolean displayBuildErrorsOnDownstreamBuilds,
String commentFilePath,
String skipBuildPhrase,
String blackListCommitAuthor,
List<GhprbBranch> whiteListTargetBranches,
List<GhprbBranch> blackListTargetBranches,
Boolean allowMembersOfWhitelistedOrgsAsAdmin,
String msgSuccess,
String msgFailure,
String commitStatusContext,
String gitHubAuthId,
String buildDescTemplate,
String blackListLabels,
String whiteListLabels,
List<GhprbExtension> extensions,
String includedRegions,
String excludedRegions) |
Modifier and Type | Class and Description |
---|---|
class |
GhprbCancelBuildsOnUpdate |
Modifier and Type | Class and Description |
---|---|
class |
GhprbBuildLog |
class |
GhprbBuildStatus |
class |
GhprbCommentFile |
class |
GhprbPublishJenkinsUrl |
Modifier and Type | Class and Description |
---|---|
class |
GhprbNoCommitStatus |
class |
GhprbSimpleStatus |
Copyright © 2016–2017. All rights reserved.