Interface StagingContext


  • public interface StagingContext
    • Method Detail

      • 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