Uses of Class
com.github.kostyasha.github.integration.multibranch.handler.GitHubTagHandler
Packages that use GitHubTagHandler
Package
Description
-
Uses of GitHubTagHandler in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubTagHandlerMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubTagHandlerModifier and TypeMethodDescriptionGitHubTagDecisionContext.Builder.withTagHandler(GitHubTagHandler tagHandler) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubTagHandlerModifierConstructorDescriptionGitHubTagDecisionContext(org.kohsuke.github.GHTag remoteTag, GitHubTag localTag, GitHubTagRepository localRepo, GitHubTagHandler tagHandler, GitHubSCMSource scmSource, TaskListener listener) -
Uses of GitHubTagHandler in com.github.kostyasha.github.integration.multibranch.handler
Methods in com.github.kostyasha.github.integration.multibranch.handler that return GitHubTagHandler -
Uses of GitHubTagHandler in com.github.kostyasha.github.integration.tag
Constructors in com.github.kostyasha.github.integration.tag with parameters of type GitHubTagHandlerModifierConstructorDescriptionTagToCauseConverter(GitHubTagRepository localTags, TaskListener listener, GitHubTagHandler handler, GitHubSCMSource source)