io.kokuwa.maven.helm.github.ReleaseCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helm-maven-plugin Show documentation
Show all versions of helm-maven-plugin Show documentation
A plugin for executing HELM (https://docs.helm.sh).
The newest version!
package io.kokuwa.maven.helm.github;
import lombok.Data;
/**
* Pojo for caching Github data.
*
* @author Stephan Schnabel
* @since 6.1.0
*/
@Data
public class ReleaseCache {
private String etag;
private ReleaseResponse response;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy