Interface PublishingDependencyRevisionResolver

All Known Implementing Classes:
DefaultPublishingDRResolver

public interface PublishingDependencyRevisionResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, String status)
    Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.
  • Method Details

    • resolve

      String resolve(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, String status)
      Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.
      Parameters:
      published - ModuleDescriptor
      publishedStatus - ditto
      depMrid - ModuleRevisionId
      status - ditto
      Returns:
      the revision of the dependency