Uses of Class
org.artifactory.checksum.ChecksumInfo
-
Packages that use ChecksumInfo Package Description org.artifactory.checksum org.artifactory.resource -
-
Uses of ChecksumInfo in org.artifactory.checksum
Methods in org.artifactory.checksum that return ChecksumInfo Modifier and Type Method Description ChecksumInfoChecksumsInfo. getChecksumInfo(ChecksumType type)Methods in org.artifactory.checksum that return types with arguments of type ChecksumInfo Modifier and Type Method Description java.util.Set<ChecksumInfo>ChecksumsInfo. getChecksums()Methods in org.artifactory.checksum with parameters of type ChecksumInfo Modifier and Type Method Description voidChecksumsInfo. addChecksumInfo(ChecksumInfo checksumInfo)Adds new checksum info.Method parameters in org.artifactory.checksum with type arguments of type ChecksumInfo Modifier and Type Method Description voidChecksumsInfo. setChecksums(java.util.Set<ChecksumInfo> checksums) -
Uses of ChecksumInfo in org.artifactory.resource
Methods in org.artifactory.resource that return types with arguments of type ChecksumInfo Modifier and Type Method Description java.util.Set<ChecksumInfo>RepoResourceInfo. getChecksums()Deprecated.Should use the container getter
-