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 StringUNKNOWN_REPOSITORY_KEY_VALUEstatic Set<String>WHITELISTED_REPOSITORIES_KEYSstatic 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 voidonChainStarted(@NotNull ChainStartedEvent event)
-
-
-
Method Detail
-
onChainStarted
@EventListener public void onChainStarted(@NotNull @NotNull ChainStartedEvent event)
-
-