DefaultValue

final case class DefaultValue(getValue: () => Either[BuildException, Option[String]], extraDirectives: Seq[(String, String)], ghSecrets: Seq[SetSecret])

Computes a default value for a directive

Value parameters:
extraDirectives

extra using directives to be set

getValue

computes a default value

ghSecrets

GitHub secrets to be set

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product