Interface DownloadableArtifact.DownloadedArtifact
-
- Enclosing interface:
- DownloadableArtifact
public static interface DownloadableArtifact.DownloadedArtifact
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetRequiredSize()intresolve()
-
-
-
Method Detail
-
resolve
int resolve() throws ResolvingFailedException- Returns:
- number of new files after artifact download and post-processing
- Throws:
ResolvingFailedException
-
getRequiredSize
long getRequiredSize() throws ResolvingFailedException- Throws:
ResolvingFailedException
-
-