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 Type
    Method
    Description
    The immediate parent of this project or null if there is no parent known.
  • Method Details

    • getPartentProject

      Project getPartentProject()
      The immediate parent of this project or null if there is no parent known.
      Returns:
      the immediate parent if exists of null