Interface InternalBuildActionExecutor

  • All Superinterfaces:
    InternalProtocolInterface

    @Deprecated
    public interface InternalBuildActionExecutor
    extends InternalProtocolInterface
    Deprecated.
    2.1-rc-1 Use InternalCancellableConnection instead.
    Mixed into a provider connection, to allow client-provided build actions to be executed.

    DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.

    Consumer compatibility: This interface is used by all consumer versions from 1.8-rc-1 to 2.0.

    Provider compatibility: This interface is implemented by all provider versions from 1.8-rc-1.

    Since:
    1.8-rc-1
    See Also:
    ConnectionVersion4