Class ReportExecutionContext.ReportExecutionContextBuilder
java.lang.Object
com.inductiveautomation.reporting.gateway.api.ReportExecutionContext.ReportExecutionContextBuilder
- Enclosing class:
 - ReportExecutionContext
 
Builder pattern because the number of parameters is getting to be insane.
- 
Constructor Summary
ConstructorsConstructorDescriptionReportExecutionContextBuilder(GatewayContext context, ReportStatusManager statusManager)  - 
Method Summary
Modifier and TypeMethodDescriptionbuild()isSample(boolean isSample) isScheduled(boolean isScheduled) projectName(String projectName) reportPath(String reportPath)  
- 
Constructor Details
- 
ReportExecutionContextBuilder
 
 - 
 - 
Method Details
- 
projectName
 - 
reportPath
 - 
isSample
 - 
isScheduled
 - 
build
 
 -