case class Inputs(bundle: SuccessfulCompileBundle, oracle: CompilerOracle, pipelineInputs: Option[PipelineInputs], dependentResults: Map[File, PreviousResult]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inputs
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Inputs(bundle: SuccessfulCompileBundle, oracle: CompilerOracle, pipelineInputs: Option[PipelineInputs], dependentResults: Map[File, PreviousResult])
Value Members
- val bundle: SuccessfulCompileBundle
- val dependentResults: Map[File, PreviousResult]
- val oracle: CompilerOracle
- val pipelineInputs: Option[PipelineInputs]