Interface CheckinAction

  • All Known Implementing Classes:
    DefaultCheckinAction
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @API
    @FunctionalInterface
    public interface CheckinAction
    Action for checking in file.
    Since:
    2023.1.0
    • Method Detail

      • checkin

        void checkin​(CheckinContext context)
        Performs a file check-in.
        Parameters:
        context -