public static class WebPanelView.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WebPanelView |
create(String html) |
WebPanelView.Builder |
setCompleteKey(String completeKey) |
WebPanelView.Builder |
setHtml(String html)
Deprecated.
since 5.10. Has no effect. Use
create(String) |
WebPanelView.Builder |
setKey(String key)
Deprecated.
since 5.10. Use
setModuleKey(java.lang.String) |
WebPanelView.Builder |
setLabel(String label) |
WebPanelView.Builder |
setLocation(String location) |
WebPanelView.Builder |
setModuleKey(String moduleKey) |
WebPanelView.Builder |
setName(String name) |
WebPanelView.Builder |
setWeight(int weight) |
public WebPanelView create(String html)
@Deprecated public WebPanelView.Builder setKey(String key)
setModuleKey(java.lang.String)
public WebPanelView.Builder setModuleKey(String moduleKey)
public WebPanelView.Builder setCompleteKey(String completeKey)
public WebPanelView.Builder setName(String name)
public WebPanelView.Builder setLocation(String location)
public WebPanelView.Builder setLabel(String label)
public WebPanelView.Builder setWeight(int weight)
@Deprecated public WebPanelView.Builder setHtml(String html)
create(String)
Copyright © 2003–2017 Atlassian. All rights reserved.