Uses of Class
com.github.kostyasha.github.integration.tag.GitHubTagRepository
Packages that use GitHubTagRepository
Package
Description
-
Uses of GitHubTagRepository in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubTagRepositoryMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubTagRepositoryModifier and TypeMethodDescriptionGitHubTagDecisionContext.Builder.withLocalRepo
(GitHubTagRepository localRepo) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubTagRepositoryModifierConstructorDescriptionGitHubTagDecisionContext
(org.kohsuke.github.GHTag remoteTag, GitHubTag localTag, GitHubTagRepository localRepo, GitHubTagHandler tagHandler, GitHubSCMSource scmSource, TaskListener listener) -
Uses of GitHubTagRepository in com.github.kostyasha.github.integration.multibranch.action
Methods in com.github.kostyasha.github.integration.multibranch.action that return GitHubTagRepositoryConstructors in com.github.kostyasha.github.integration.multibranch.action with parameters of type GitHubTagRepositoryModifierConstructorDescriptionGitHubRepo
(GitHubBranchRepository branchRepository, GitHubTagRepository tagRepository, GitHubPRRepository prRepository) -
Uses of GitHubTagRepository in com.github.kostyasha.github.integration.tag
Methods in com.github.kostyasha.github.integration.tag with parameters of type GitHubTagRepositoryModifier and TypeMethodDescriptionstatic LocalRepoUpdater
LocalRepoUpdater.updateLocalRepo
(GitHubTagRepository localRepo) Constructors in com.github.kostyasha.github.integration.tag with parameters of type GitHubTagRepositoryModifierConstructorDescriptionGitHubTagCause
(GitHubTag localTag, GitHubTagRepository localRepo, String reason, boolean skip) GitHubTagCause
(org.kohsuke.github.GHTag remoteTag, GitHubTagRepository localRepo, String reason, boolean skip) TagToCauseConverter
(GitHubTagRepository localTags, TaskListener listener, GitHubTagHandler handler, GitHubSCMSource source)