Uses of Class
com.gitee.jenkins.trigger.builder.generated.GiteePushTriggerBuilder
Packages that use GiteePushTriggerBuilder
-
Uses of GiteePushTriggerBuilder in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as GiteePushTriggerBuilderMethods in com.gitee.jenkins.trigger.builder.generated that return GiteePushTriggerBuilderModifier and TypeMethodDescriptionGiteePushTriggerBuilder.but()Returns a clone of this builder.static GiteePushTriggerBuilderGiteePushTriggerBuilder.giteePushTrigger()Factory Method to construct a GiteePushTriggerBuilderGiteePushTriggerBuilder.withAcceptPullRequestOnSuccess(boolean value) Sets the default value for the acceptPullRequestOnSuccess property.GiteePushTriggerBuilder.withAddCiMessage(boolean value) Sets the default value for the addCiMessage property.GiteePushTriggerBuilder.withAddNoteOnPullRequest(boolean value) Sets the default value for the addNoteOnPullRequest property.GiteePushTriggerBuilder.withAddVoteOnPullRequest(boolean value) Sets the default value for the addVoteOnPullRequest property.GiteePushTriggerBuilder.withBranchFilterName(String value) Sets the default value for the branchFilterName property.GiteePushTriggerBuilder.withBranchFilterType(BranchFilterType value) Sets the default value for the branchFilterType property.GiteePushTriggerBuilder.withBuildInstructionFilterType(BuildInstructionFilterType value) Sets the default value for the buildInstructionFilterType property.GiteePushTriggerBuilder.withCancelIncompleteBuildOnSamePullRequest(boolean value) Sets the default value for the cancelIncompleteBuildOnSamePullRequest property.GiteePushTriggerBuilder.withCancelPendingBuildsOnUpdate(boolean value) Sets the default value for the cancelPendingBuildsOnUpdate property.GiteePushTriggerBuilder.withCiBuildForDeleteRef(boolean value) Sets the default value for the ciBuildForDeleteRef property.GiteePushTriggerBuilder.withCiSkip(boolean value) Sets the default value for the ciSkip property.GiteePushTriggerBuilder.withCiSkipFroTestNotRequired(boolean value) Sets the default value for the ciSkipFroTestNotRequired property.GiteePushTriggerBuilder.withExcludeBranchesSpec(String value) Sets the default value for the excludeBranchesSpec property.GiteePushTriggerBuilder.withExcludeLabelSpec(String value) Sets the default value for the excludeLabelSpec property.GiteePushTriggerBuilder.withIgnorePullRequestConflicts(boolean value) Sets the default value for the ignorePullRequestConflicts property.GiteePushTriggerBuilder.withIncludeBranchesSpec(String value) Sets the default value for the includeBranchesSpec property.GiteePushTriggerBuilder.withIncludeLabelSpec(String value) Sets the default value for the includeLabelSpec property.GiteePushTriggerBuilder.withNoteRegex(String value) Sets the default value for the noteRegex property.GiteePushTriggerBuilder.withPendingBuildName(String value) Sets the default value for the pendingBuildName property.GiteePushTriggerBuilder.withSecretToken(String value) Sets the default value for the secretToken property.GiteePushTriggerBuilder.withSetBuildDescription(boolean value) Sets the default value for the setBuildDescription property.GiteePushTriggerBuilder.withSkipLastCommitHasBeenBuild(boolean value) Sets the default value for the skipLastCommitHasBeenBuild property.GiteePushTriggerBuilder.withSkipWorkInProgressPullRequest(boolean value) Sets the default value for the skipWorkInProgressPullRequest property.GiteePushTriggerBuilder.withTargetBranchRegex(String value) Sets the default value for the targetBranchRegex property.GiteePushTriggerBuilder.withTriggerOnAcceptedPullRequest(boolean value) Sets the default value for the triggerOnAcceptedPullRequest property.GiteePushTriggerBuilder.withTriggerOnApprovedPullRequest(boolean value) Sets the default value for the triggerOnApprovedPullRequest property.GiteePushTriggerBuilder.withTriggerOnClosedPullRequest(boolean value) Sets the default value for the triggerOnClosedPullRequest property.GiteePushTriggerBuilder.withTriggerOnCommitComment(boolean value) Sets the default value for the triggerOnCommitComment property.GiteePushTriggerBuilder.withTriggerOnNoteRequest(boolean value) Sets the default value for the triggerOnNoteRequest property.GiteePushTriggerBuilder.withTriggerOnOpenPullRequest(boolean value) Sets the default value for the triggerOnOpenPullRequest property.GiteePushTriggerBuilder.withTriggerOnPipelineEvent(boolean value) Sets the default value for the triggerOnPipelineEvent property.GiteePushTriggerBuilder.withTriggerOnPush(boolean value) Sets the default value for the triggerOnPush property.GiteePushTriggerBuilder.withTriggerOnTestedPullRequest(boolean value) Sets the default value for the triggerOnTestedPullRequest property.GiteePushTriggerBuilder.withTriggerOnUpdatePullRequest(String value) Sets the default value for the triggerOnUpdatePullRequest property.GiteePushTriggerBuilder.withWebhooks(List<GiteePushTrigger.WebhookEntry> value) Sets the default value for the webhooks property.