public interface ProjectVisitor<T>
projects
.
Note: Implementors are strongly encouraged to extend from AbstractProjectVisitor
or
AbstractVoidProjectVisitor
. This interface will change over time, as more
project types
are added, and any class implementing it directly will be broken
by such changes. Extending from one of the abstract classes will help prevent such breakages.
Modifier and Type | Method and Description |
---|---|
T |
visit(PersonalProject project) |
T |
visit(Project project) |
Copyright © 2019 Atlassian. All rights reserved.