Interface CodeUpgradeTaskFilter


  • @ConsumerType
    public interface CodeUpgradeTaskFilter
    Interface for Services that declare a filter logic for CodeUpgradeTasks that should not be executed. Is consulted by the executor for each found CodeUpgradeTask
    • Method Detail

      • isSkipped

        boolean isSkipped​(CodeUpgradeTask codeUpgradeTask)
        Checks if CodeUpgradeTask is not to be executed
        Parameters:
        codeUpgradeTask - the CodeUpgradeTask to be checked
        Returns:
        true if class is blacklisted and should therefore be skipped by caller.