Successful

final case class Successful(inputs: Inputs, options: BuildOptions, scalaParams: Option[ScalaParameters], scope: Scope, sources: Sources, artifacts: Artifacts, project: Project, output: Path, diagnostics: Option[Seq[(Either[String, Path], Diagnostic)]], generatedSources: Seq[GeneratedSource], isPartial: Boolean) extends Build
trait Serializable
trait Product
trait Equals
trait Build
class Object
trait Matchable
class Any

Value members

Concrete methods

def dependencyClassPath: Seq[Path]
def foundMainClasses(): Seq[String]
def fullClassPath: Seq[Path]
def outputOpt: Some[Path]
def retainedMainClass(mainClasses: Seq[String], logger: Logger): Either[MainClassError, String]
def retainedMainClassOpt(mainClasses: Seq[String], logger: Logger): Option[String]
def success: Boolean

Inherited methods

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