Class

IdePipelineStageTransfer

Description

final class Ide.PipelineStageTransfer : Ide.PipelineStage {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdePipelineStageTransfer ancestor_0 IdePipelineStage ancestor_0--this ancestor_1 IdeObject ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Ancestors

Constructors

ide_pipeline_stage_transfer_new
No description available.

Properties

Ide.PipelineStageTransfer:transfer
No description available.
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

Class structure

struct IdePipelineStageTransferClass {
  IdePipelineStageClass parent_class;
  
}
Class members
parent_class
IdePipelineStageClass
  No description available.