Uses of Class
com.dabsquared.gitlabjenkins.builder.generated.GitLabPushTriggerBuilder
-
Uses of GitLabPushTriggerBuilder in com.dabsquared.gitlabjenkins.builder.generated
Modifier and TypeFieldDescriptionprotected GitLabPushTriggerBuilder
GitLabPushTriggerBuilder.self
Modifier and TypeMethodDescriptionGitLabPushTriggerBuilder.but()
Returns a clone of this builder.static GitLabPushTriggerBuilder
GitLabPushTriggerBuilder.gitLabPushTrigger()
Factory Method to construct a GitLabPushTriggerBuilderGitLabPushTriggerBuilder.withAcceptMergeRequestOnSuccess
(boolean value) Sets the default value for the acceptMergeRequestOnSuccess property.GitLabPushTriggerBuilder.withAddCiMessage
(boolean value) Sets the default value for the addCiMessage property.GitLabPushTriggerBuilder.withAddNoteOnMergeRequest
(boolean value) Sets the default value for the addNoteOnMergeRequest property.GitLabPushTriggerBuilder.withAddVoteOnMergeRequest
(boolean value) Sets the default value for the addVoteOnMergeRequest property.GitLabPushTriggerBuilder.withBranchFilterName
(String value) Sets the default value for the branchFilterName property.GitLabPushTriggerBuilder.withBranchFilterType
(BranchFilterType value) Sets the default value for the branchFilterType property.GitLabPushTriggerBuilder.withCancelPendingBuildsOnUpdate
(boolean value) Sets the default value for the cancelPendingBuildsOnUpdate property.GitLabPushTriggerBuilder.withCiSkip
(boolean value) Sets the default value for the ciSkip property.GitLabPushTriggerBuilder.withExcludeBranchesSpec
(String value) Sets the default value for the excludeBranchesSpec property.GitLabPushTriggerBuilder.withIncludeBranchesSpec
(String value) Sets the default value for the includeBranchesSpec property.GitLabPushTriggerBuilder.withLabelsThatForcesBuildIfAdded
(String value) Sets the default value for the labelsThatForcesBuildIfAdded property.GitLabPushTriggerBuilder.withMergeRequestLabelFilterConfig
(MergeRequestLabelFilterConfig value) Sets the default value for the mergeRequestLabelFilterConfig property.GitLabPushTriggerBuilder.withNoteRegex
(String value) Sets the default value for the noteRegex property.GitLabPushTriggerBuilder.withPendingBuildName
(String value) Sets the default value for the pendingBuildName property.GitLabPushTriggerBuilder.withSecretToken
(String value) Sets the default value for the secretToken property.GitLabPushTriggerBuilder.withSetBuildDescription
(boolean value) Sets the default value for the setBuildDescription property.GitLabPushTriggerBuilder.withSkipWorkInProgressMergeRequest
(boolean value) Sets the default value for the skipWorkInProgressMergeRequest property.GitLabPushTriggerBuilder.withSourceBranchRegex
(String value) Sets the default value for the sourceBranchRegex property.GitLabPushTriggerBuilder.withTargetBranchRegex
(String value) Sets the default value for the targetBranchRegex property.GitLabPushTriggerBuilder.withTriggerOnAcceptedMergeRequest
(boolean value) Sets the default value for the triggerOnAcceptedMergeRequest property.GitLabPushTriggerBuilder.withTriggerOnApprovedMergeRequest
(boolean value) Sets the default value for the triggerOnApprovedMergeRequest property.GitLabPushTriggerBuilder.withTriggerOnClosedMergeRequest
(boolean value) Sets the default value for the triggerOnClosedMergeRequest property.GitLabPushTriggerBuilder.withTriggerOnlyIfNewCommitsPushed
(boolean value) Sets the default value for the triggerOnlyIfNewCommitsPushed property.GitLabPushTriggerBuilder.withTriggerOnMergeRequest
(boolean value) Sets the default value for the triggerOnMergeRequest property.GitLabPushTriggerBuilder.withTriggerOnNoteRequest
(boolean value) Sets the default value for the triggerOnNoteRequest property.GitLabPushTriggerBuilder.withTriggerOnPipelineEvent
(boolean value) Sets the default value for the triggerOnPipelineEvent property.GitLabPushTriggerBuilder.withTriggerOnPush
(boolean value) Sets the default value for the triggerOnPush property.GitLabPushTriggerBuilder.withTriggerOpenMergeRequestOnPush
(TriggerOpenMergeRequest value) Sets the default value for the triggerOpenMergeRequestOnPush property.GitLabPushTriggerBuilder.withTriggerToBranchDeleteRequest
(boolean value) Sets the default value for the triggerToBranchDeleteRequest property.