case class DslDisablePlugins(plugins: Seq[AutoPlugin]) extends ProjectManipulation with Product with Serializable
this represents an disablePlugins()
in the sbt DSL
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DslDisablePlugins
- Serializable
- Serializable
- Product
- Equals
- ProjectManipulation
- DslEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DslDisablePlugins(plugins: Seq[AutoPlugin])
Value Members
- val plugins: Seq[AutoPlugin]
-
val
toFunction: (Project) ⇒ Project
- Definition Classes
- DslDisablePlugins → ProjectManipulation
-
final
def
withPos(pos: RangePosition): DslEntry
Called by the parser.
Called by the parser. Sets the position where this entry was defined in the build.sbt file.
- Definition Classes
- ProjectManipulation → DslEntry