Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsCommitCommenter
-
Packages that use VcsCommitCommenter Package Description com.atlassian.bamboo.plugins.bitbucket.v2 com.atlassian.bamboo.plugins.github com.atlassian.bamboo.vcs.module -
-
Uses of VcsCommitCommenter in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsCommitCommenter Modifier and Type Class Description class
BitbucketCloudCommitCommenter
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type VcsCommitCommenter Modifier and Type Method Description @Nullable ContextualVcsId<VcsCommitCommenter>
BitbucketCloudCommitCommenter. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsCommitCommenter in com.atlassian.bamboo.plugins.github
Classes in com.atlassian.bamboo.plugins.github that implement VcsCommitCommenter Modifier and Type Class Description class
GitHubCommitCommenter
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type VcsCommitCommenter Modifier and Type Method Description @Nullable ContextualVcsId<VcsCommitCommenter>
GitHubCommitCommenter. getVcsIdForExecutor(@NotNull VcsRepositoryData vcsRepositoryData)
-
Uses of VcsCommitCommenter in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsCommitCommenter Modifier and Type Method Description default @Nullable VcsCommitCommenter
VcsRepositoryModuleDescriptor. getVcsCommitCommenter()
@Nullable VcsCommitCommenter
VcsRepositoryModuleDescriptorImpl. getVcsCommitCommenter()
-