The Build is included in the attachment of the ConnectionData in the DirectorySessionInterfaceSignal.LoginSuccess signal.

It describes the information available for a build.


Events

interface Build {
    buildcomment: string;
    buildid: string;
    buildversion: string;
    extratags: string[];
    generationdate: string;
    projectcomment: string;
    projectid: string;
    tags: string[];
}

Properties

buildcomment: string

The name of the build.

buildid: string

The id of the build.

buildversion: string

The version of the build.

extratags: string[]

The extra tags that may be used to open a build.

generationdate: string

The generation date in ISO format.

projectcomment: string

The name of the owner project.

projectid: string

The id of the project this build belongs to.

tags: string[]

The list of tags attached to this build.