Class ArtifactPromoter

java.lang.Object
org.wildfly.prospero.promotion.ArtifactPromoter

public class ArtifactPromoter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArtifactPromoter(org.eclipse.aether.RepositorySystem system, org.eclipse.aether.DefaultRepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository targetRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    promote(List<org.wildfly.channel.ArtifactCoordinate> artifacts, org.wildfly.channel.maven.ChannelCoordinate coordinate, org.eclipse.aether.repository.RemoteRepository sourceRepository)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArtifactPromoter

      public ArtifactPromoter(org.eclipse.aether.RepositorySystem system, org.eclipse.aether.DefaultRepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository targetRepository)
  • Method Details

    • promote

      public void promote(List<org.wildfly.channel.ArtifactCoordinate> artifacts, org.wildfly.channel.maven.ChannelCoordinate coordinate, org.eclipse.aether.repository.RemoteRepository sourceRepository) throws org.eclipse.aether.resolution.ArtifactResolutionException, org.eclipse.aether.deployment.DeploymentException, IOException
      Throws:
      org.eclipse.aether.resolution.ArtifactResolutionException
      org.eclipse.aether.deployment.DeploymentException
      IOException