Uses of Class
io.apicurio.registry.rest.v3.beans.BranchMetaData
Packages that use BranchMetaData
-
Uses of BranchMetaData in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return BranchMetaDataModifier and TypeMethodDescriptionGroupsResource.createBranch(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @NotNull CreateBranch data) Creates a new branch for the artifact.GroupsResource.getBranchMetaData(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String branchId) Returns the metaData of a branch.