Interface ArtifactStagingService.ArtifactDestinationProvider
- Enclosing class:
ArtifactStagingService
public static interface ArtifactStagingService.ArtifactDestinationProvider
Provides a concrete location to which artifacts can be staged on retrieval.
-
Method Summary
Modifier and TypeMethodDescriptiongetDestination(String stagingToken, String name) voidremoveStagedArtifacts(String stagingToken)
-
Method Details
-
getDestination
ArtifactStagingService.ArtifactDestination getDestination(String stagingToken, String name) throws IOException - Throws:
IOException
-
removeStagedArtifacts
- Throws:
IOException
-