Uses of Class
io.apicurio.registry.rest.v3.beans.AddVersionToBranch
Packages that use AddVersionToBranch
-
Uses of AddVersionToBranch in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type AddVersionToBranchModifier and TypeMethodDescriptionvoidGroupsResource.addVersionToBranch(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String branchId, @NotNull AddVersionToBranch data) Add a new version to an artifact branch.