Interface IIssueType


  • public interface IIssueType
    IIssueType describes a type of development issue.
    See Also:
    IIssueTypeRepository
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getName

        String getName()
        Returns the issue name.
        Returns:
        the issue name, never null
      • getPrefix

        Optional<String> getPrefix()
        Returns the issue optional non-empty branch prefix.
        Returns:
        the issue optional non-empty branch prefix