ValidatePattern

fly4s.data.ValidatePattern

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ValidMigrationState

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FutureSuccess.type
object Ignored.type
object MissingSuccess.type
object Pending.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ValidMigrationType

Require FlywayTeams.

Require FlywayTeams.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Repeatable.type
object Versioned.type

Value members

Concrete methods

def fromPattern(pattern: String): Try[ValidatePattern]
def of(state: Option[ValidMigrationState]): ValidatePattern
def toPattern(jvalidatePattern: ValidatePattern): Try[String]