CiGroup

object CiGroup
class Object
trait Matchable
class Any

Value members

Concrete methods

def detailedStatus[A](innerSelection: SelectionBuilder[DetailedStatus, A]): SelectionBuilder[CiGroup, Option[A]]

Detailed status of the group.

Detailed status of the group.

def jobs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[CiJobConnection, A]): SelectionBuilder[CiGroup, Option[A]]

Jobs in group.

Jobs in group.

def name: SelectionBuilder[CiGroup, Option[String]]

Name of the job group.

Name of the job group.

def size: SelectionBuilder[CiGroup, Option[Int]]

Size of the group.

Size of the group.