Notebook Launcher
NotebookLauncher
NotebookLauncher Objects
class NotebookLauncher()This is a base object that contains all you can do about Bundles.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
create
function create()delete
function delete()execute
function execute() -> '*'Returns:
*
generateReport
function generateReport(generateReport: boolean) -> 'NotebookLauncher'Sets the generateReport attribute
Arguments:
generateReportboolean
Returns:
NotebookLauncher
update
function update()withIdentifier
function withIdentifier(identifier: string) -> 'NotebookLauncher'Sets the identifier attribute
Arguments:
identifierstring
Returns:
NotebookLauncher
withParams
function withParams(params: *) -> '*'Arguments:
params*
Returns:
*
withReportRetentionDays
function withReportRetentionDays(reportRetentionDays: number) -> 'NotebookLauncher'Sets the reportRetentionDays attribute
Arguments:
reportRetentionDaysnumber
Returns:
NotebookLauncher