ActionableDependencyUpdateDiagnostic

case class ActionableDependencyUpdateDiagnostic(msg: String, positions: Seq[Position], oldDependency: AnyDependency, newVersion: String) extends ActionableDiagnostic
trait Serializable
trait Product
trait Equals
trait Diagnostic
class Object
trait Matchable
class Any

Value members

Concrete methods

override def message: String

Provide the message of actionable diagnostic

Provide the message of actionable diagnostic

Definition Classes
ActionableDiagnostic -> Diagnostic
override def suggestion: String

Provide the new content which will be replaced by actionable diagnostic

Provide the new content which will be replaced by actionable diagnostic

Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def relatedInformation: Option[RelatedInformation]
Definition Classes
ActionableDiagnostic -> Diagnostic
Inherited from:
ActionableDiagnostic
override def severity: Severity
Definition Classes
ActionableDiagnostic -> Diagnostic
Inherited from:
ActionableDiagnostic