trait Make extends AnyRef
- Alphabetic
- By Inheritance
- Make
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
inAggregates(ref: ProjectReference, transitive: Boolean = true, includeRoot: Boolean = true): ProjectFilter
Selects Scopes that have a project axis that is aggregated by
ref
, transitively iftransitive
is true.Selects Scopes that have a project axis that is aggregated by
ref
, transitively iftransitive
is true. IfincludeRoot
is true, Scopes withref
itself as the project axis value are also selected. -
def
inAnyConfiguration: ConfigurationFilter
Accepts all values for the configuration axis except Zero.
-
def
inAnyProject: ProjectFilter
Selects all scopes that apply to a single project.
Selects all scopes that apply to a single project. Zero and build-level scopes are excluded.
-
def
inAnyTask: TaskFilter
Accepts all values for the task axis except Zero.
-
def
inConfigurations(configs: Configuration*): ConfigurationFilter
Selects Scopes that have a task axis with one of the provided values.
- def inConfigurationsByKeys(keys: ConfigKey*): ConfigurationFilter
- def inConfigurationsByRefs(refs: ConfigRef*): ConfigurationFilter
-
def
inDependencies(ref: ProjectReference, transitive: Boolean = true, includeRoot: Boolean = true): ProjectFilter
Selects Scopes that have a project axis that is a dependency of
ref
, transitively iftransitive
is true.Selects Scopes that have a project axis that is a dependency of
ref
, transitively iftransitive
is true. IfincludeRoot
is true, Scopes withref
itself as the project axis value are also selected. -
def
inProjects(projects: ProjectReference*): ProjectFilter
Selects Scopes that have a project axis with one of the provided values.
-
def
inTasks(tasks: Scoped*): TaskFilter
Selects Scopes that have a task axis with one of the provided values.
-
def
inZeroConfiguration: ConfigurationFilter
Selects Scopes with a Zero configuration axis.
-
def
inZeroProject: ProjectFilter
Selects Scopes with a Zero project axis.
-
def
inZeroTask: TaskFilter
Selects Scopes with a Zero task axis.
- implicit def settingKeyAll[T](key: Def.Initialize[T]): SettingKeyAll[T]
- implicit def taskKeyAll[T](key: Def.Initialize[Task[T]]): TaskKeyAll[T]
Deprecated Value Members
-
def
inGlobalConfiguration: ConfigurationFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroConfiguration
-
def
inGlobalProject: ProjectFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroProject
-
def
inGlobalTask: TaskFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroTask