Class DeferArtifactRequest

java.lang.Object
org.sonatype.central.publisher.plugin.model.DeferArtifactRequest

public class DeferArtifactRequest extends Object
  • Constructor Details

    • DeferArtifactRequest

      public DeferArtifactRequest(org.apache.maven.execution.MavenSession mavenSession, List<ArtifactWithFile> artifactWithFiles, File deferredDirectory, String centralSnapshotsUrl, String serverId)
      Constructor
      Parameters:
      mavenSession - - MavenSession
      artifactWithFiles - - List of ArtifactWithFile
      deferredDirectory - - File directory to defer the artifacts
      centralSnapshotsUrl - - String URL of the central snapshots
      serverId - - String server id
  • Method Details

    • getMavenSession

      public org.apache.maven.execution.MavenSession getMavenSession()
    • getArtifactWithFiles

      public List<ArtifactWithFile> getArtifactWithFiles()
    • getDeferredDirectory

      public File getDeferredDirectory()
    • getCentralSnapshotsUrl

      public String getCentralSnapshotsUrl()
    • getServerId

      public String getServerId()