Package com.atlassian.bamboo.vcs
Class VcsRepositoryAnalytics
- java.lang.Object
-
- com.atlassian.bamboo.vcs.VcsRepositoryAnalytics
-
public class VcsRepositoryAnalytics extends Object
Sending analytics about vcs repositories
-
-
Field Summary
Fields Modifier and Type Field Description static String
UNKNOWN_REPOSITORY_KEY_VALUE
static Set<String>
WHITELISTED_REPOSITORIES_KEYS
static Map<String,Set<String>>
WHITELISTED_REPOSITORY_PROPERTIES
-
Constructor Summary
Constructors Constructor Description VcsRepositoryAnalytics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChainStarted(@NotNull ChainStartedEvent event)
-
-
-
Method Detail
-
onChainStarted
@EventListener public void onChainStarted(@NotNull @NotNull ChainStartedEvent event)
-
-