public static class SummaryEmailPanelData.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
SummaryEmailPanelData.Builder |
addImageDataSource(DataSource imageDatasource)
Add image datasources to be attached to the email.
|
SummaryEmailPanelData.Builder |
addImageDataSources(Iterable<DataSource> imageDatasources)
Add image datasources to be attached to the email.
|
SummaryEmailPanelData |
build() |
SummaryEmailPanelData.Builder |
hasContent(boolean hasContent)
A flag indicating whether this component has content.
|
public Builder(String webPanelKey)
webPanelKey - this key should identify the webpanel component that this is data for.public SummaryEmailPanelData build()
public SummaryEmailPanelData.Builder hasContent(boolean hasContent)
hasContent - public SummaryEmailPanelData.Builder addImageDataSources(Iterable<DataSource> imageDatasources)
imageDatasource - public SummaryEmailPanelData.Builder addImageDataSource(DataSource imageDatasource)
imageDatasource - Copyright © 2003–2015 Atlassian. All rights reserved.