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
object Ignored
object Pending

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
object Versioned

Value members

Concrete methods

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