Uses of Enum
org.jenkinsci.plugins.github.pullrequest.GitHubPRTriggerMode
Packages that use GitHubPRTriggerMode
Package
Description
-
Uses of GitHubPRTriggerMode in com.github.kostyasha.github.integration.branch
Constructors in com.github.kostyasha.github.integration.branch with parameters of type GitHubPRTriggerModeModifierConstructorDescriptionGitHubBranchTrigger(String spec, GitHubPRTriggerMode triggerMode, List<GitHubBranchEvent> events) -
Uses of GitHubPRTriggerMode in com.github.kostyasha.github.integration.branch.dsl.context
Methods in com.github.kostyasha.github.integration.branch.dsl.context that return GitHubPRTriggerMode -
Uses of GitHubPRTriggerMode in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRTriggerModeMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRTriggerModeModifier and TypeMethodDescriptionvoidGitHubTrigger.setTriggerMode(GitHubPRTriggerMode triggerMode) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRTriggerMode -
Uses of GitHubPRTriggerMode in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return GitHubPRTriggerModeModifier and TypeMethodDescriptionstatic GitHubPRTriggerModeReturns the enum constant of this type with the specified name.static GitHubPRTriggerMode[]GitHubPRTriggerMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRTriggerModeModifierConstructorDescriptionGitHubPRTrigger(String spec, GitHubPRTriggerMode triggerMode, List<GitHubPREvent> events) -
Uses of GitHubPRTriggerMode in org.jenkinsci.plugins.github.pullrequest.dsl.context
Methods in org.jenkinsci.plugins.github.pullrequest.dsl.context that return GitHubPRTriggerMode