Interface StagingContext


public interface StagingContext
  • Method Summary

    Modifier and Type
    Method
    Description
    Stage a local file (artifact) to be copied to a remote host.
  • Method Details

    • stageArtifact

      StagedFile stageArtifact(Artifact artifact, StagingTarget target)
      Stage a local file (artifact) to be copied to a remote host.
      Parameters:
      artifact - The artifact to be staged
      target - The target that the artifact will be copied to
      Returns:
      A staged file that is either uploaded early (staged) or just in time