Class
IdePipelineStageLauncher
Ancestors
- IdePipelineStage
- IdeObject
- GObject
Constructors
ide_pipeline_stage_launcher_new
Creates a new IdePipelineStageLauncher that can be attached to an
IdePipeline.
Available since: 3.32
Instance methods
ide_pipeline_stage_launcher_get_ignore_exit_status
Gets the “ignore-exit-status” property.
Available since: 3.32
ide_pipeline_stage_launcher_get_use_pty
ide_pipeline_stage_launcher_set_clean_launcher
ide_pipeline_stage_launcher_set_ignore_exit_status
Sets the “ignore-exit-status” property.
Available since: 3.32
ide_pipeline_stage_launcher_set_launcher
ide_pipeline_stage_launcher_set_use_pty
If use_pty is set to TRUE, a Pty will be attached to the process.
Available since: 3.32
Methods inherited from IdePipelineStage (25)
ide_pipeline_stage_build_async
ide_pipeline_stage_build_finish
ide_pipeline_stage_chain
ide_pipeline_stage_clean_async
ide_pipeline_stage_clean_finish
ide_pipeline_stage_emit_reap
ide_pipeline_stage_get_active
Gets the “active” property, which is set to TRUE when the
build stage is actively executing or cleaning.
Available since: 3.32
ide_pipeline_stage_get_check_stdout
ide_pipeline_stage_get_completed
ide_pipeline_stage_get_disabled
ide_pipeline_stage_get_name
ide_pipeline_stage_get_stdout_path
ide_pipeline_stage_get_transient
ide_pipeline_stage_log
ide_pipeline_stage_log_subprocess
This function will begin logging subprocess by reading from the
stdout and stderr streams of the subprocess. You must have created
the subprocess with G_SUBPROCESS_FLAGS_STDERR_PIPE and
G_SUBPROCESS_FLAGS_STDOUT_PIPE so that the streams may be read.
Available since: 3.32
ide_pipeline_stage_pause
ide_pipeline_stage_set_active
ide_pipeline_stage_set_check_stdout
ide_pipeline_stage_set_completed
ide_pipeline_stage_set_disabled
ide_pipeline_stage_set_log_observer
Sets the log observer to handle calls to the various stage logging functions. This will be set by the pipeline to mux logs from all stages into a unified build log.
Available since: 3.32
ide_pipeline_stage_set_name
ide_pipeline_stage_set_stdout_path
Methods inherited from IdeObject (28)
ide_object_add
Adds child to self, with location dependent on location.
Available since: 3.32
ide_object_append
Inserts child as the last child of self.
Available since: 3.32
ide_object_destroy
ide_object_ensure_child_typed
Like ide_object_get_child_typed() except that it creates an object of
type if it is missing.
Available since: 3.32
ide_object_foreach
Calls callback for each child of self.
Available since: 3.32
ide_object_get_child_typed
Finds the first child of self that is of type.
Available since: 3.32
ide_object_get_children_typed
Gets all children matching type.
Available since: 3.32
ide_object_get_context
Gets the IdeContext for the object.
Available since: 3.32
ide_object_get_n_children
Gets the number of children for an object.
Available since: 3.32
ide_object_get_nth_child
Gets the nth child of self.
Available since: 3.32
ide_object_get_parent
Gets the parent IdeObject, if any.
Available since: 3.32
ide_object_get_position
Gets the position of self within the parent node.
Available since: 3.32
ide_object_in_destruction
ide_object_insert_after
Inserts child into self‘s children, directly after sibling.
Available since: 3.32
ide_object_insert_before
Inserts child into self‘s children, directly before sibling.
Available since: 3.32
ide_object_insert_sorted
Locates the proper sibling for child by using func amongst self‘s
children IdeObject. Those objects must already be sorted.
Available since: 3.32
ide_object_is_root
Checks if self is root, meaning it has no parent.
Available since: 3.32
ide_object_lock
Acquires the lock for self. This can be useful when you need to do
multi-threaded work with self and want to ensure exclusivity.
Available since: 3.32
ide_object_prepend
Inserts child as the first child of self.
Available since: 3.32
ide_object_ref_cancellable
Gets a GCancellable for the object.
Available since: 3.32
ide_object_ref_context
Gets the root IdeContext for the object, if any.
Available since: 3.32
ide_object_ref_parent
Gets the parent IdeObject, if any.
Available since: 3.32
ide_object_ref_root
Finds and returns the toplevel object in the tree.
Available since: 3.32
Properties
Ide.PipelineStageLauncher:clean-launcher
Ide.PipelineStageLauncher:ignore-exit-status
Ide.PipelineStageLauncher:launcher
Ide.PipelineStageLauncher:use-pty
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