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 Tvisit(GlobalScope scope) default Tvisit(ProjectScope scope) default Tvisit(RepositoryScope scope)
-
Method Details
-
visit
-
visit
-
visit
-