com.atlassian.jira.plugin.webfragment.model
Interface SettableWebLink

All Known Implementing Classes:
JiraWebLink

public interface SettableWebLink

Defines a setter for a weblink

Since:
v3.12

Method Summary
 void setLink(com.atlassian.plugin.web.model.WebLink link)
          Provides access to the passed WebLink.
 

Method Detail

setLink

void setLink(com.atlassian.plugin.web.model.WebLink link)
Provides access to the passed WebLink.

Parameters:
link -


Copyright © 2002-2012 Atlassian. All Rights Reserved.