OptionCheck

scala.cli.commands.publish.OptionCheck
See theOptionCheck companion object
trait OptionCheck

A check for missing options in PublishOptions

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def check(options: PublishOptions): Boolean

Checks whether the option value is missing

Checks whether the option value is missing

Attributes

def defaultValue(pubOpt: PublishOptions): Either[BuildException, DefaultValue]

Provides a way to compute a default value for this option, along with extra directives and GitHub secrets to be set

Provides a way to compute a default value for this option, along with extra directives and GitHub secrets to be set

Attributes

def directivePath: String

Directive name of the option checked by this check

Directive name of the option checked by this check

Attributes

def fieldName: String

Name of the option checked, for display / reporting purposes

Name of the option checked, for display / reporting purposes

Attributes

def kind: Kind

The "group" of check this check belongs to, so that users can filter them

The "group" of check this check belongs to, so that users can filter them

Attributes