Class IssueMention
- java.lang.Object
-
- jetbrains.buildServer.issueTracker.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 Summary
Constructors Constructor Description IssueMention(String id, String url)
-