Interface BuildResult<T>

  • All Superinterfaces:
    InternalProtocolInterface

    public interface BuildResult<T>
    extends InternalProtocolInterface
    The result of running a build.

    This is a mostly-empty interface. Instances are queried dynamically to see which properties they support. See ProviderBuildResult for details on properties supported by the provider.

    Since:
    1.2-rc-1
    • Method Detail

      • getModel

        T getModel()