Interface SettableWebLink
- All Known Implementing Classes:
JiraWebLink
public interface SettableWebLink
Defines a setter for a weblink
- Since:
- v3.12
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLink(com.atlassian.plugin.web.model.WebLink link) Provides access to the passedWebLink.
-
Method Details
-
setLink
void setLink(com.atlassian.plugin.web.model.WebLink link) Provides access to the passedWebLink.- Parameters:
link-
-