Uses of Class
com.gitee.jenkins.trigger.filter.PullRequestLabelFilterConfig
Packages that use PullRequestLabelFilterConfig
Package
Description
-
Uses of PullRequestLabelFilterConfig in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return PullRequestLabelFilterConfigMethods in com.gitee.jenkins.trigger with parameters of type PullRequestLabelFilterConfigModifier and TypeMethodDescriptionvoid
GiteePushTrigger.setPullRequestLabelFilterConfig
(PullRequestLabelFilterConfig pullRequestLabelFilterConfig) Constructors in com.gitee.jenkins.trigger with parameters of type PullRequestLabelFilterConfigModifierConstructorDescriptionGiteePushTrigger
(boolean triggerOnPush, boolean triggerOnCommitComment, boolean triggerOnOpenPullRequest, String triggerOnUpdatePullRequest, boolean triggerOnAcceptedPullRequest, boolean triggerOnClosedPullRequest, boolean triggerOnNoteRequest, String noteRegex, boolean skipWorkInProgressPullRequest, boolean ciSkip, BuildInstructionFilterType buildInstructionFilterType, boolean setBuildDescription, boolean addNoteOnPullRequest, boolean addCiMessage, boolean addVoteOnPullRequest, boolean acceptPullRequestOnSuccess, BranchFilterType branchFilterType, String includeBranchesSpec, String excludeBranchesSpec, String targetBranchRegex, PullRequestLabelFilterConfig pullRequestLabelFilterConfig, String secretToken, boolean triggerOnPipelineEvent, boolean triggerOnApprovedPullRequest, String pendingBuildName, boolean cancelPendingBuildsOnUpdate, boolean cancelIncompleteBuildOnSamePullRequest, boolean ignorePullRequestConflicts) Deprecated. -
Uses of PullRequestLabelFilterConfig in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as PullRequestLabelFilterConfigModifier and TypeFieldDescriptionprotected PullRequestLabelFilterConfig
GiteePushTriggerBuilder.value$pullRequestLabelFilterConfig$com$gitee$jenkins$trigger$filter$PullRequestLabelFilterConfig
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type PullRequestLabelFilterConfigModifier and TypeMethodDescriptionGiteePushTriggerBuilder.withPullRequestLabelFilterConfig
(PullRequestLabelFilterConfig value) Sets the default value for the pullRequestLabelFilterConfig property. -
Uses of PullRequestLabelFilterConfig in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter with parameters of type PullRequestLabelFilterConfigModifier and TypeMethodDescriptionstatic PullRequestLabelFilter
PullRequestLabelFilterFactory.newPullRequestLabelFilter
(PullRequestLabelFilterConfig config)
GiteePushTrigger()
with setters to configure an instance of this class.