DslDisablePlugins

sbt.internal.DslEntry.DslDisablePlugins
case class DslDisablePlugins(plugins: Seq[AutoPlugin]) extends ProjectManipulation

this represents an disablePlugins() in the sbt DSL

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def withPos(pos: RangePosition): DslEntry

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Called by the parser. Sets the position where this entry was defined in the build.sbt file.

Attributes

Inherited from:
ProjectManipulation

Concrete fields

override val toFunction: Project => Project