Uses of Record Class
org.eclipse.hawkbit.artifact.model.ArtifactHashes
Packages that use ArtifactHashes
-
Uses of ArtifactHashes in org.eclipse.hawkbit.artifact
Methods in org.eclipse.hawkbit.artifact with parameters of type ArtifactHashesModifier and TypeMethodDescriptionAbstractArtifactStorage.store(String tenant, InputStream content, String filename, String contentType, ArtifactHashes providedHashes) protected abstract voidAbstractArtifactStorage.store(String tenant, ArtifactHashes base16Hashes, String contentType, File tempFile) ArtifactStorage.store(@NotEmpty String tenant, @NotNull InputStream content, @NotEmpty String filename, String contentType, ArtifactHashes hash) Stores an artifact into the repository. -
Uses of ArtifactHashes in org.eclipse.hawkbit.artifact.model
Constructors in org.eclipse.hawkbit.artifact.model with parameters of type ArtifactHashesModifierConstructorDescriptionStoredArtifactInfo(String contentType, long size, ArtifactHashes hashes)