Package jenkins.model

Interface FullyNamed

All Known Subinterfaces:
BuildableItem, BuildableItemWithBuildWrappers, DirectlyModifiableTopLevelItemGroup, Item, ItemGroup<T>, ModifiableItemGroup<T>, ModifiableTopLevelItemGroup, ParameterizedJobMixIn.ParameterizedJob<JobT,RunT>, SCMedItem, TopLevelItem, TriggeredItem
All Known Implementing Classes:
AbstractCIBase, AbstractItem, AbstractProject, AbstractTopLevelItem, FreeStyleProject, Hudson, Jenkins, Job, Project, ViewJob

public interface FullyNamed
An interface for objects that have a name and a parent, so exposing a full name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the full name of this object, which is a qualified name that includes the names of all its ancestors, separated by '/'.
  • Method Details

    • getFullName

      @NonNull String getFullName()
      Returns the full name of this object, which is a qualified name that includes the names of all its ancestors, separated by '/'.
      Returns:
      the full name of this object.