Package | Description |
---|---|
com.dabsquared.gitlabjenkins | |
com.dabsquared.gitlabjenkins.builder.generated | |
com.dabsquared.gitlabjenkins.trigger.filter |
Modifier and Type | Method and Description |
---|---|
BranchFilterType |
GitLabPushTrigger.getBranchFilterType() |
Constructor and Description |
---|
GitLabPushTrigger(boolean triggerOnPush,
boolean triggerOnMergeRequest,
TriggerOpenMergeRequest triggerOpenMergeRequestOnPush,
boolean triggerOnNoteRequest,
String noteRegex,
boolean skipWorkInProgressMergeRequest,
boolean ciSkip,
boolean setBuildDescription,
boolean addNoteOnMergeRequest,
boolean addCiMessage,
boolean addVoteOnMergeRequest,
boolean acceptMergeRequestOnSuccess,
BranchFilterType branchFilterType,
String includeBranchesSpec,
String excludeBranchesSpec,
String targetBranchRegex) |
Modifier and Type | Field and Description |
---|---|
protected BranchFilterType |
GitLabPushTriggerBuilder.value$branchFilterType$com$dabsquared$gitlabjenkins$trigger$filter$BranchFilterType |
Modifier and Type | Method and Description |
---|---|
GitLabPushTriggerBuilder |
GitLabPushTriggerBuilder.withBranchFilterType(BranchFilterType value)
Sets the default value for the
GitLabPushTrigger.branchFilterType property. |
Modifier and Type | Method and Description |
---|---|
BranchFilterType |
BranchFilterConfig.getType() |
static BranchFilterType |
BranchFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchFilterType[] |
BranchFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BranchFilterConfig |
BranchFilterConfig.BranchFilterConfigBuilder.build(BranchFilterType type) |
Copyright © 2016. All rights reserved.