Interface ApplicationBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
NativeExecutableBinarySpec, PlayApplicationBinarySpec

@Incubating public interface ApplicationBinarySpec extends BinarySpec
A binary produced from a `ApplicationSpec`.
  • Method Details

    • getApplication

      ApplicationSpec getApplication()
      The application that this binary belongs to.