Uses of Enum Class
com.atlassian.bitbucket.hook.repository.RepositoryHookCommitFilter
Packages that use RepositoryHookCommitFilter
-
Uses of RepositoryHookCommitFilter in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return RepositoryHookCommitFilterModifier and TypeMethodDescriptionstatic RepositoryHookCommitFilterReturns the enum constant of this class with the specified name.static RepositoryHookCommitFilter[]RepositoryHookCommitFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.hook.repository with parameters of type RepositoryHookCommitFilterModifier and TypeMethodDescriptionabstract booleanPostRepositoryHookContext.registerCommitCallback(RepositoryHookCommitCallback callback, RepositoryHookCommitFilter filter, RepositoryHookCommitFilter... moreFilters) Registers a callback to receive more information about commits added or removed.abstract booleanPreRepositoryHookContext.registerCommitCallback(PreRepositoryHookCommitCallback callback, RepositoryHookCommitFilter filter, RepositoryHookCommitFilter... moreFilters) Registers a callback to receive more information about commits added or removed.