MilestoneTitle

com.worxbend.codeberg4s.issues.MilestoneTitle$package.MilestoneTitle

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def from(value: String): Either[ValidationError, MilestoneTitle]

Parses a milestone title.

Parses a milestone title.

Trims surrounding whitespace. Rejects an empty or blank value, a value containing ,, and a value containing a control character.

Attributes

Returns

the trimmed title, or a ValidationError on the "milestoneTitle" field

Extensions

Extensions

extension (title: MilestoneTitle)
def value: String

The title as a string, ready to be joined into a milestones parameter.

The title as a string, ready to be joined into a milestones parameter.

Attributes