Interface IArtifactRequest

    • Method Detail

      • getArtifactKey

        IArtifactKey getArtifactKey()
        Returns the key for the artifact that is being requested
        Returns:
        The requested artifact key
      • perform

        void perform​(IArtifactRepository sourceRepository,
                     IProgressMonitor monitor)
        Performs the artifact request, and sets the result status.
        Parameters:
        sourceRepository - the repository to download the artifact from
        monitor - a progress monitor, or null if progress reporting is not desired