ResultsPage QML Type

Page to interact with build results More...

Import Statement: import org.nephros.sailfish.OBSMaster 1.0

Properties

Methods

Detailed Description

User Information

Viewing the Build Result list

  1. Bring up a Project or Package screen.
  2. Pull down the menu, select Load Results.

Viewing the built packages

  1. Once the results are loaded, long press, and select View Build Results.
  2. Tapping one of the packages shown will list its properties.

"Build Result Context Menu"

Build Result Context Menu

"Build Result Package list"

Build Result Package List

"Build Result details"

Build Result details

From a Project

  1. From the first screen, select a project. Proceed to the Project screen by navigating right.
  2. Pull down the menu, select Load Results.
  3. Once the results are loaded, optionally long press to filter for a specific repo or arch.
  4. Finally, long press on the repo to add, from the menu select Add repo to System.

Alternatively:

From a Package

  1. From the first screen, select a package. Proceed to the Package screen by navigating right twice.
  2. Pull down the menu, select Load Results.
  3. Once the results are loaded, long press, and select View Build Results.
  4. From the Pulley Menu select Add repo to System.

Note: The repository name will be prefixed with "obsmaster" to distinguish from repos added by other means.

Developer Information

well, keep on reading ;)

Property Documentation

arch : string

The Project, Package, Repository, and Arch the results are to be displayed for.


autorefresh : bool

If autorefresh is true, the page will refresh the build results in regular intervals. The interval is given in refreshInterval, in ms. Defaults to ten seconds.


flickable : alias


isCurrentItem : bool


offset : int


packageName : string

The Project, Package, Repository, and Arch the results are to be displayed for.


projectName : string

The Project, Package, Repository, and Arch the results are to be displayed for.


refreshInterval : int

If autorefresh is true, the page will refresh the build results in regular intervals. The interval is given in refreshInterval, in ms. Defaults to ten seconds.


repo : string

The Project, Package, Repository, and Arch the results are to be displayed for.


[read-only] resultColor : var

Lookup table for colors to be used for state codes


[read-only] resultIconChar : var

Lookup table for Unicode or emoji characters used for state codes


Method Documentation

refresh()

Re-fetches the result list



OBS Master Documentation Copyright (c) 2023 The OBS Master contributors. This document may be used under the terms of the Creative Commons Attribution Share Alike 4.0 International License.