Base Binary Spec
Base class that may be used for custom BinarySpec implementations. However, it is generally better to use an interface annotated with org.gradle.model.Managed and not use an implementation class at all.
Properties
Functions
Link copied to clipboard
open fun <T : BaseBinarySpec?> create(publicType: Class<out BinarySpec>, implementationType: Class<T>, componentId: ComponentSpecIdentifier, modelNode: MutableModelNode, @Nullable componentNode: @Nullable MutableModelNode, instantiator: Instantiator, taskInstantiator: NamedEntityInstantiator<Task>, collectionCallbackActionDecorator: CollectionCallbackActionDecorator, domainObjectCollectionFactory: DomainObjectCollectionFactory): T
Creates a BaseBinarySpec.
Link copied to clipboard
Link copied to clipboard
Returns a dependency which contains the tasks which build this artifact.
Link copied to clipboard
Link copied to clipboard
Returns a human-consumable display name for this element.
Link copied to clipboard
Link copied to clipboard
Returns all inputs of the binary.
Link copied to clipboard
Link copied to clipboard
The path to the project containing this component.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The sources owned by this binary.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Can this binary be built in the current environment?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard