Class
IdePipelineStageTransfer
Ancestors
- IdePipelineStage
- IdeObject
- GObject
Constructors
ide_pipeline_stage_transfer_new
Properties
Ide.PipelineStageTransfer:disable-when-metered
Ide.PipelineStageTransfer:transfer
Properties inherited from IdePipelineStage (7)
Ide.PipelineStage:active
This property is set to TRUE
when the build stage is actively
running or cleaning.
Available since: 3.32
Ide.PipelineStage:check-stdout
Most build systems will preserve stderr for the processes they call, such
as gcc, clang, and others. However, if your build system redirects all
output to stdout, you may need to set this property to TRUE
to ensure
that Builder will extract errors from stdout.
Available since: 3.32
Ide.PipelineStage:completed
The “completed” property is set to TRUE
after the pipeline has
completed processing the stage. When the pipeline invalidates
phases, completed may be reset to FALSE
.
Available since: 3.32
Ide.PipelineStage:disabled
If the build stage is disabled. This allows you to have a stage that is attached but will not be activated during execution.
Available since: 3.32
Ide.PipelineStage:name
The name of the build stage. This is only used by UI to view the build pipeline.
Available since: 3.32
Ide.PipelineStage:stdout-path
The “stdout-path” property allows a build stage to redirect its log messages to a stdout file. Instead of passing stdout along to the build pipeline, they will be redirected to this file.
Available since: 3.32
Ide.PipelineStage:transient
If the build stage is transient.
Available since: 3.32
Properties inherited from IdeObject (2)
Ide.Object:cancellable
The “cancellable” property is a GCancellable
that can be used by operations
that will be cancelled when the IdeObject::destroy
signal is emitted on self
.
Available since: 3.32
Ide.Object:parent
The parent IdeObject
, if any.
Available since: 3.32