| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.application(String type,
String name)
The application for this remote link.
|
Issue.FluentRemoteLink |
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 |
Issue.FluentRemoteLink.icon(String url,
String title)
Provide an icon for the remote link.
|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.relationship(String relationship)
Relationship between the remote object and the JIRA issue.
|
Issue.FluentRemoteLink |
Issue.remoteLink()
Adds a remote link to this issue.
|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.status(boolean resolved,
String iconUrl,
String title,
String statusUrl)
The status in the remote system.
|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.summary(String summary)
Textual summary of the remote object.
|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.title(String title)
The title of the remote object.
|
Issue.FluentRemoteLink |
Issue.FluentRemoteLink.url(String url)
A hyperlink to the object in the remote system.
|
Copyright © 2022. All rights reserved.