ReleaseLinks

object ReleaseLinks
class Object
trait Matchable
class Any

Value members

Concrete methods

def closedIssuesUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the issues page, filtered by this release and state=closed.

HTTP URL of the issues page, filtered by this release and state=closed.

def closedMergeRequestsUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the merge request page , filtered by this release and state=closed.

HTTP URL of the merge request page , filtered by this release and state=closed.

def editUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the release's edit page.

HTTP URL of the release's edit page.

def mergedMergeRequestsUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the merge request page , filtered by this release and state=merged.

HTTP URL of the merge request page , filtered by this release and state=merged.

def openedIssuesUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the issues page, filtered by this release and state=open.

HTTP URL of the issues page, filtered by this release and state=open.

def openedMergeRequestsUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the merge request page, filtered by this release and state=open.

HTTP URL of the merge request page, filtered by this release and state=open.

def selfUrl: SelectionBuilder[ReleaseLinks, Option[String]]

HTTP URL of the release.

HTTP URL of the release.