Class IssueMention


  • public class IssueMention
    extends Object
    Represents the mention of the issue in a comment.

    The minimal data needed by server to render a mention correctly is the id and issue URL (the URL may be null for non-web issue trackers).

    Since:
    5.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Constructor Detail

      • IssueMention

        public IssueMention​(@NotNull
                            String id,
                            @Nullable
                            String url)