final class DetectedPlugins extends AnyRef
Auto-discovered modules for the build definition project. These include modules defined in build definition sources as well as modules in binary dependencies.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DetectedPlugins
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DetectedPlugins(autoPlugins: Seq[DetectedAutoPlugin], builds: DetectedModules[BuildDef])
Value Members
- val autoPlugins: Seq[DetectedAutoPlugin]
- val builds: DetectedModules[BuildDef]
-
def
deducePluginsFromProject(p: Project, log: Logger): Seq[AutoPlugin]
Selects the right AutoPlugins from a Project.
-
lazy val
imports: Seq[String]
Sequence of import expressions for the build definition.
Sequence of import expressions for the build definition. This includes the names of the BuildDef, and DetectedAutoPlugin modules, but not the AutoPlugin modules.