@ExperimentalSpi
public interface ReportUrlProvider
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<String> |
getUrl(ReportModuleDescriptor reportModule,
Map<String,Object> context)
Generate Report URL for given
ReportModuleDescriptor, within given
context.When given context does not satisfy report requirements, or Report should not
show in particular context, it should return Option.none() |
com.atlassian.fugue.Option<String> getUrl(ReportModuleDescriptor reportModule, Map<String,Object> context)
Generate Report URL for given ReportModuleDescriptor, within given
context.
When given context does not satisfy report requirements, or Report should not
show in particular context, it should return Option.none()
reportModule - Descriptor of Report Module which URL has to be generatedcontext - Context in which report will be displayedOption.none() when report should not show in this contextCopyright © 2002-2016 Atlassian. All Rights Reserved.