Package com.atlassian.bitbucket.scope
Interface ScopeVisitor<T>
public interface ScopeVisitor<T>
Implements the visitor pattern for
scopes
.- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault T
visit
(GlobalScope scope) default T
visit
(ProjectScope scope) default T
visit
(RepositoryScope scope)
-
Method Details
-
visit
-
visit
-
visit
-