Property

IdePipelineStage:disabled

Declaration

property disabled: gboolean [ read, write ]

Description

If the build stage is disabled. This allows you to have a stage that is attached but will not be activated during execution.

You may enable it later and then re-build the pipeline.

If the stage is both transient and disabled, it will not be removed during the transient cleanup phase.

Type: gboolean
Default valueFALSE
Getter methodide_pipeline_stage_get_disabled()
Setter methodide_pipeline_stage_set_disabled()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno