Uses of Class
org.eclipse.hawkbit.artifact.model.StoredArtifactInfo
Packages that use StoredArtifactInfo
-
Uses of StoredArtifactInfo in org.eclipse.hawkbit.artifact
Methods in org.eclipse.hawkbit.artifact that return StoredArtifactInfoModifier and TypeMethodDescriptionAbstractArtifactStorage.store(String tenant, InputStream content, String filename, String contentType, ArtifactHashes providedHashes) ArtifactStorage.store(@NotEmpty String tenant, @NotNull InputStream content, @NotEmpty String filename, String contentType, ArtifactHashes hash) Stores an artifact into the repository.