Package | Description |
---|---|
com.dabsquared.gitlabjenkins | |
com.dabsquared.gitlabjenkins.builder.generated | |
com.dabsquared.gitlabjenkins.trigger.filter |
Modifier and Type | Method and Description |
---|---|
BranchFilterType |
GitLabPushTrigger.getBranchFilterType() |
Modifier and Type | Method and Description |
---|---|
void |
GitLabPushTrigger.setBranchFilterType(BranchFilterType branchFilterType) |
Constructor and Description |
---|
GitLabPushTrigger(boolean triggerOnPush,
boolean triggerToBranchDeleteRequest,
boolean triggerOnMergeRequest,
boolean triggerOnlyIfNewCommitsPushed,
boolean triggerOnAcceptedMergeRequest,
boolean triggerOnClosedMergeRequest,
TriggerOpenMergeRequest triggerOpenMergeRequestOnPush,
boolean triggerOnNoteRequest,
String noteRegex,
boolean skipWorkInProgressMergeRequest,
boolean ciSkip,
String labelsThatForcesBuildIfAdded,
boolean setBuildDescription,
boolean addNoteOnMergeRequest,
boolean addCiMessage,
boolean addVoteOnMergeRequest,
boolean acceptMergeRequestOnSuccess,
BranchFilterType branchFilterType,
String includeBranchesSpec,
String excludeBranchesSpec,
String sourceBranchRegex,
String targetBranchRegex,
MergeRequestLabelFilterConfig mergeRequestLabelFilterConfig,
String secretToken,
boolean triggerOnPipelineEvent,
boolean triggerOnApprovedMergeRequest,
String pendingBuildName,
boolean cancelPendingBuildsOnUpdate)
Deprecated.
use
GitLabPushTrigger() with setters to configure an instance of this class. |
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 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–2022. All rights reserved.