| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.project.AbstractProjectVisitor<T> |
A base implementation of ProjectVisitor which returns null for all project types.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.project.ProjectVisitor
| |||||||||||
| defaultValue | the value to return when visiting a project, if not overridden in a subclass |
|---|