Uses of Class
com.kiwigrid.helm.maven.plugin.pojo.RepoType
-
Packages that use RepoType Package Description com.kiwigrid.helm.maven.plugin.pojo -
-
Uses of RepoType in com.kiwigrid.helm.maven.plugin.pojo
Methods in com.kiwigrid.helm.maven.plugin.pojo that return RepoType Modifier and Type Method Description RepoTypeHelmRepository. getType()static RepoTypeRepoType. valueOf(String name)Returns the enum constant of this type with the specified name.static RepoType[]RepoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.kiwigrid.helm.maven.plugin.pojo with parameters of type RepoType Modifier and Type Method Description voidHelmRepository. setType(RepoType type)
-