Uses of Class
org.apache.ivy.core.report.DownloadStatus
-
Packages that use DownloadStatus Package Description org.apache.ivy.core.report -
-
Uses of DownloadStatus in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report declared as DownloadStatus Modifier and Type Field Description private DownloadStatusArtifactDownloadReport. downloadStatusstatic DownloadStatusDownloadStatus. FAILEDstatic DownloadStatusDownloadStatus. NOmeans that download was not requiredstatic DownloadStatusDownloadStatus. SUCCESSFULMethods in org.apache.ivy.core.report that return DownloadStatus Modifier and Type Method Description static DownloadStatusDownloadStatus. fromString(java.lang.String status)Returns theDownloadStatuscorresponding to the given String representation.DownloadStatusArtifactDownloadReport. getDownloadStatus()Methods in org.apache.ivy.core.report with parameters of type DownloadStatus Modifier and Type Method Description ArtifactDownloadReport[]ConfigurationResolveReport. getArtifactsReports(DownloadStatus downloadStatus, boolean withEvicted)Get the report on the download requests.ArtifactDownloadReport[]DownloadReport. getArtifactsReports(DownloadStatus status)ArtifactDownloadReport[]ResolveReport. getArtifactsReports(DownloadStatus downloadStatus, boolean withEvicted)Get the report on the download requests.voidArtifactDownloadReport. setDownloadStatus(DownloadStatus downloadStatus)
-