OrganizationCheck

scala.cli.commands.publish.checks.OrganizationCheck
final case class OrganizationCheck(options: PublishSetupOptions, workspace: Path, logger: Logger) extends OptionCheck

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OptionCheck
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete 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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product