Interface IIssueDescriptor

  • All Known Subinterfaces:
    IGitBranchIssueDescriptor

    public interface IIssueDescriptor
    IIssueDescriptor describes development process issue.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getId

        String getId()
        Returns the development issue unique string identifier.
        Returns:
        the development issue unique string identifier, never null
      • getProject

        org.eclipse.core.resources.IProject getProject()
        Returns the owner project of the issue.
        Returns:
        the owner project of the issue, never null