Uses of Class
com.github.kostyasha.github.integration.branch.events.GitHubBranchEvent
Packages that use GitHubBranchEvent
Package
Description
-
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.branch
Methods in com.github.kostyasha.github.integration.branch that return types with arguments of type GitHubBranchEventMethod parameters in com.github.kostyasha.github.integration.branch with type arguments of type GitHubBranchEventModifier and TypeMethodDescriptionvoidGitHubBranchTrigger.setEvents(List<GitHubBranchEvent> events) Constructor parameters in com.github.kostyasha.github.integration.branch with type arguments of type GitHubBranchEventModifierConstructorDescriptionGitHubBranchTrigger(String spec, GitHubPRTriggerMode triggerMode, List<GitHubBranchEvent> events) -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.branch.dsl.context
Methods in com.github.kostyasha.github.integration.branch.dsl.context that return types with arguments of type GitHubBranchEvent -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.branch.dsl.context.events
Methods in com.github.kostyasha.github.integration.branch.dsl.context.events that return types with arguments of type GitHubBranchEvent -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.branch.events
Methods in com.github.kostyasha.github.integration.branch.events that return types with arguments of type GitHubBranchEvent -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.branch.events.impl
Modifier and TypeClassDescriptionclassThis branch event acts as a wrapper around checks that can be performed against commit data that requires an additional round trip to GitHub to retrieve.classTriggers when branch didn't exist before and appeared in remote.classclassWhen SHA1 changed between local and remote state.class -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubBranchEventModifier and TypeMethodDescriptionGitHubBranchDecisionContext.checkEvent(GitHubBranchEvent event) -
Uses of GitHubBranchEvent in com.github.kostyasha.github.integration.multibranch.handler
Methods in com.github.kostyasha.github.integration.multibranch.handler that return types with arguments of type GitHubBranchEventMethod parameters in com.github.kostyasha.github.integration.multibranch.handler with type arguments of type GitHubBranchEvent