Class

FoundryCiArtifact

unstable since: 1.2

Description [src]

final class Foundry.CiArtifact : GObject.Object
{
  /* No available fields */
}

A file or directory produced by a continuous integration run.

Available since: 1.2

Hierarchy

hierarchy this FoundryCiArtifact ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

foundry_ci_artifact_new

Creates a description of an artifact produced by a CI run.

unstable since: 1.2

Instance methods

foundry_ci_artifact_dup_file
No description available.

unstable since: 1.2

foundry_ci_artifact_dup_name

Gets the user-visible name of the artifact.

unstable since: 1.2

foundry_ci_artifact_get_kind

Gets the kind of artifact.

unstable since: 1.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.CiArtifact:file

The artifact location.

unstable since: 1.2

Foundry.CiArtifact:kind

The kind of artifact.

unstable since: 1.2

Foundry.CiArtifact:name

The user-visible artifact name.

unstable since: 1.2

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FoundryCiArtifactClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.