final class BuildUnit extends AnyRef
The loaded, but unresolved build unit.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuildUnit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BuildUnit(uri: URI, localBase: File, definitions: LoadedDefinitions, plugins: LoadedPlugins)
- uri
The uniquely identifying URI for the build.
- localBase
The working location of the build on the filesystem. For local URIs, this is the same as
uri
, but for remote URIs, this is the local copy or workspace allocated for the build.
Value Members
- val definitions: LoadedDefinitions
- val localBase: File
- val plugins: LoadedPlugins
-
def
toString(): String
- Definition Classes
- BuildUnit → AnyRef → Any
- val uri: URI