Interface DeprecatedRunTypes

  • All Known Implementing Classes:
    DeprecatedRunTypesImpl

    public interface DeprecatedRunTypes
    Allows to fetch deprecation info about a run type
    Since:
    2020.2
    • Method Detail

      • getDeprecationReason

        @Nullable
        Deprecation getDeprecationReason​(@NotNull
                                         RunType runType)
        Returns not null Deprecation if given run type is deprecated or null otherwise
        Parameters:
        runType - run type to get its deprecation
        Returns:
        Deprecation for given run type