JiraService

object JiraService
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[JiraService, Option[String]]

Class name of the service.

Class name of the service.

def active: SelectionBuilder[JiraService, Option[Boolean]]

Indicates if the service is active.

Indicates if the service is active.

def projects[A](name: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[JiraProjectConnection, A]): SelectionBuilder[JiraService, Option[A]]

List of all Jira projects fetched through Jira REST API.

List of all Jira projects fetched through Jira REST API.