Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRTriggerMode
-
-
Uses of GitHubPRTriggerMode in com.github.kostyasha.github.integration.branch
Constructors in com.github.kostyasha.github.integration.branch with parameters of type GitHubPRTriggerMode Constructor Description GitHubBranchTrigger(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 Modifier and Type Method Description GitHubPRTriggerMode
GitHubBranchTriggerDslContext. mode()
-
Uses of GitHubPRTriggerMode in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRTriggerMode Modifier and Type Method Description GitHubPRTriggerMode
GitHubTrigger. getTriggerMode()
Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRTriggerMode Modifier and Type Method Description void
GitHubTrigger. setTriggerMode(GitHubPRTriggerMode triggerMode)
Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRTriggerMode Constructor Description GitHubTrigger(String spec, GitHubPRTriggerMode triggerMode)
-
Uses of GitHubPRTriggerMode in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return GitHubPRTriggerMode Modifier and Type Method Description static GitHubPRTriggerMode
GitHubPRTriggerMode. valueOf(String name)
Returns 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 GitHubPRTriggerMode Constructor Description GitHubPRTrigger(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 Modifier and Type Method Description GitHubPRTriggerMode
GitHubPRTriggerDslContext. mode()
GitHubPRTriggerMode
GitHubPRTriggerModeDslContext. mode()
-