bugscpp.processor.core.command.DockerCommandScriptGenerator

class DockerCommandScriptGenerator(metadata: taxonomy.taxonomy.MetaData, worktree: processor.core.data.Worktree, stream: bool)[source]

Bases: object

Factory class of DockerCommandScript.

__init__(metadata: taxonomy.taxonomy.MetaData, worktree: processor.core.data.Worktree, stream: bool)[source]

Methods

__init__(metadata, worktree, stream)

create()

Yield DockerCommandScript.

Attributes

metadata

Metadata information of the current script.

stream

True if command should be streamed, otherwise False.

worktree

Worktree information of the current script.

abstract create() Generator[bugscpp.processor.core.command.DockerCommandScript, None, None][source]

Yield DockerCommandScript.

property metadata

Metadata information of the current script.

property stream

True if command should be streamed, otherwise False.

property worktree

Worktree information of the current script.