bugscpp.processor.build.BuildCommandScriptGenerator¶
- class BuildCommandScriptGenerator(command: List[Command], metadata: MetaData, worktree: processor.core.data.Worktree, verbose: bool)[source]¶
Bases:
processor.core.command.DockerCommandScriptGenerator
- __init__(command: List[Command], metadata: MetaData, worktree: processor.core.data.Worktree, verbose: bool)[source]¶
Methods
__init__
(command, metadata, worktree, verbose)create
()Yield DockerCommandScript.
Attributes
Metadata information of the current script.
True if command should be streamed, otherwise False.
Worktree information of the current script.
- create() Generator[bugscpp.processor.build.BuildCommandScript, 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.