Interface ParentProjectProvider
public interface ParentProjectProvider
Optional ability of a project to determine its immediate parent project, if
there is any.
- Since:
- 1.79
-
Method Summary
Modifier and TypeMethodDescriptionThe immediate parent of this project ornull
if there is no parent known.
-
Method Details
-
getPartentProject
Project getPartentProject()The immediate parent of this project ornull
if there is no parent known.- Returns:
- the immediate parent if exists of
null
-