Interface DependencyExemptionManager

  • All Known Implementing Classes:
    InMemoryDependencyExemptionManager

    public interface DependencyExemptionManager
    Provides access to exemption model for dependencies. TODO: BuildType - Project exemptions?
    • Method Detail

      • removeExemption

        void removeExemption​(@NotNull
                             SBuildType source,
                             @NotNull
                             SBuildType destination)
      • addExemption

        void addExemption​(@NotNull
                          SProject source,
                          @NotNull
                          SProject destination)
      • removeExemption

        void removeExemption​(@NotNull
                             SProject source,
                             @NotNull
                             SProject destination)