Uses of Class
com.gitee.jenkins.trigger.filter.PullRequestLabelFilterConfig
-
Packages that use PullRequestLabelFilterConfig Package Description com.gitee.jenkins.trigger com.gitee.jenkins.trigger.builder.generated com.gitee.jenkins.trigger.filter -
-
Uses of PullRequestLabelFilterConfig in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return PullRequestLabelFilterConfig Modifier and Type Method Description PullRequestLabelFilterConfig
GiteePushTrigger. getPullRequestLabelFilterConfig()
Methods in com.gitee.jenkins.trigger with parameters of type PullRequestLabelFilterConfig Modifier and Type Method Description void
GiteePushTrigger. setPullRequestLabelFilterConfig(PullRequestLabelFilterConfig pullRequestLabelFilterConfig)
Constructors in com.gitee.jenkins.trigger with parameters of type PullRequestLabelFilterConfig Constructor Description GiteePushTrigger(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.useGiteePushTrigger()
with setters to configure an instance of this class. -
Uses of PullRequestLabelFilterConfig in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as PullRequestLabelFilterConfig Modifier and Type Field Description protected PullRequestLabelFilterConfig
GiteePushTriggerBuilder. value$pullRequestLabelFilterConfig$com$gitee$jenkins$trigger$filter$PullRequestLabelFilterConfig
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type PullRequestLabelFilterConfig Modifier and Type Method Description GiteePushTriggerBuilder
GiteePushTriggerBuilder. 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 PullRequestLabelFilterConfig Modifier and Type Method Description static PullRequestLabelFilter
PullRequestLabelFilterFactory. newPullRequestLabelFilter(PullRequestLabelFilterConfig config)
-