| Modifier and Type | Method and Description |
|---|---|
Issue.FluentRemoteLink |
application(String type,
String name)
The application for this remote link.
|
void |
create()
Creates or updates the remote link if a
global id is given and there is already
a remote link for the specified global id. |
Issue.FluentRemoteLink |
globalId(String globalId)
A globally unique identifier which uniquely identifies the remote application and the remote object within
the remote system.
|
Issue.FluentRemoteLink |
icon(String url,
String title)
Provide an icon for the remote link.
|
Issue.FluentRemoteLink |
relationship(String relationship)
Relationship between the remote object and the JIRA issue.
|
Issue.FluentRemoteLink |
status(boolean resolved,
String iconUrl,
String title,
String statusUrl)
The status in the remote system.
|
Issue.FluentRemoteLink |
summary(String summary)
Textual summary of the remote object.
|
Issue.FluentRemoteLink |
title(String title)
The title of the remote object.
|
Issue.FluentRemoteLink |
url(String url)
A hyperlink to the object in the remote system.
|
public Issue.FluentRemoteLink globalId(String globalId)
url.globalId - the global idpublic Issue.FluentRemoteLink url(String url)
url - A hyperlink to the object in the remote system.public Issue.FluentRemoteLink title(String title)
title - The title of the remote object.public Issue.FluentRemoteLink icon(String url, String title)
url - A 16x16 icon representing the type of the object in the remote system.title - Text for the tooltip of the main icon describing the type of the object in the remote system.public Issue.FluentRemoteLink status(boolean resolved, String iconUrl, String title, String statusUrl)
resolved - if true the link to the issue will be in a strike through font.title - Text for the tooltip of the main icon describing the type of the object in the remote system.iconUrl - Text for the tooltip of the main icon describing the type of the object in the remote system.statusUrl - A hyperlink for the tooltip of the the status icon.public Issue.FluentRemoteLink summary(String summary)
summary - Textual summary of the remote object.public Issue.FluentRemoteLink relationship(String relationship)
relationship - Relationship between the remote object and the JIRA issue.public Issue.FluentRemoteLink application(String type, String name)
type - The name-spaced type of the application.name - The human-readable name of the remote application instance that stores the remote object.public void create()
throws JiraException
global id is given and there is already
a remote link for the specified global id.JiraException - when the remote link creation failsCopyright © 2022. All rights reserved.