@ExperimentalSpi
public interface ReportUrlProvider
Modifier and Type | Method and Description |
---|---|
io.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() |
io.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-2021 Atlassian. All Rights Reserved.