Interface ToolEventsListener

    • Method Detail

      • toolInstallationScheduled

        void toolInstallationScheduled​(@NotNull
                                       ToolVersion tool)
        Called after performing some basic validation on the server to ensure that the tool can be installed and before the actual installation is started on the server
      • toolInstalled

        void toolInstalled​(@NotNull
                           InstalledToolVersion tool)
        Called after the tool installation is completed on the server
      • toolUpdated

        void toolUpdated​(@NotNull
                         InstalledToolVersion tool)
        Called after the tool content is updated on the server. The content is updated when the original tool package is changed
      • toolRemoved

        void toolRemoved​(@NotNull
                         String toolId)
        Called after the tool is removed on the server
      • toolInstallationFailed

        void toolInstallationFailed​(@NotNull
                                    ToolInstallationError error)
        Called when the tool installation is interrupted because of some error