ActionableDependencyHandler
case object ActionableDependencyHandler extends ActionableHandler[ActionableDependencyUpdateDiagnostic]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
override def actionableDiagnostic(setting: Positioned[AnyDependency], buildOptions: BuildOptions): Either[BuildException, Option[ActionableDependencyUpdateDiagnostic]]
The setting on the basis of which the Actionable Diagnostic is generated
The setting on the basis of which the Actionable Diagnostic is generated
- Value parameters:
- buildOptions
used to extract additional parameter from buildOptions, such as "ScalaParams" or "Coursier Cache" See ActionableDependencyHandler
- option
this option is used to generate an actionable diagnostic
- Definition Classes
Extract settings on the basis of which actionable diagnostics will be generated
Extract settings on the basis of which actionable diagnostics will be generated
- Value parameters:
- options
the Build Options to extract settings
- Returns:
the list of settings on the basis of which actionable diagnostics will be generated
- Definition Classes