Successful

scala.build.Build$.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

Attributes

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

Members list

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], commandString: String, logger: Logger): Either[BuildException, String]
def retainedMainClassOpt(mainClasses: Seq[String], logger: Logger): Option[String]
def success: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product