ViewConfiguration

Configuration for a defined artifact view.

Since

4.0

Functions

Link copied to clipboard
abstract fun attributes(action: Action<in AttributeContainer>): SELF
Link copied to clipboard
Specify a filter for the components that should be included in this view.
Link copied to clipboard
Link copied to clipboard
abstract fun isLenient(): Boolean
Determines whether the view should be resolved in a 'lenient' fashion.
Link copied to clipboard
Specify if the view should be resolved in a 'lenient' fashion.
Link copied to clipboard
abstract fun setLenient(lenient: Boolean)
Specify if the view should be resolved in a 'lenient' fashion.
Link copied to clipboard
When invoked, this view will disregard existing attributes of its parent configuration and re-resolve the artifacts using only the attributes in the view's attribute container.