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:

  • Reference InternalOpenGateAPI - 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:

  • generateReport boolean

Returns:

  • NotebookLauncher

update
function update()

withIdentifier
function withIdentifier(identifier: string) -> 'NotebookLauncher'

Sets the identifier attribute

Arguments:

  • identifier string

Returns:

  • NotebookLauncher

withParams
function withParams(params: *) -> '*'

Arguments:

  • params *

Returns:

  • *

withReportRetentionDays
function withReportRetentionDays(reportRetentionDays: number) -> 'NotebookLauncher'

Sets the reportRetentionDays attribute

Arguments:

  • reportRetentionDays number

Returns:

  • NotebookLauncher