Uses of Interface
com.atlassian.bitbucket.label.LabelableVisitor
Packages that use LabelableVisitor
-
Uses of LabelableVisitor in com.atlassian.bitbucket.label
Methods in com.atlassian.bitbucket.label with parameters of type LabelableVisitorModifier and TypeMethodDescription<T> T
Labelable.accept
(LabelableVisitor<T> visitor) Accepts the providedvisitor
and invokes the appropriatevisit
overload for this labelable type, returning its result.