Uses of Interface
com.spotify.github.v3.git.Tag
-
Packages that use Tag Package Description com.spotify.github.v3.clients com.spotify.github.v3.git -
-
Uses of Tag in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Tag Modifier and Type Method Description CompletableFuture<Tag>GitDataClient. createAnnotatedTag(String tag, String sha, String tagMessage, String taggerName, String taggerEmail)Create an annotated tag.CompletableFuture<Tag>GitDataClient. getTag(String tag)Get a git annotated tag. -
Uses of Tag in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Tag Modifier and Type Class Description classImmutableTagImmutable implementation ofTag.Methods in com.spotify.github.v3.git with parameters of type Tag Modifier and Type Method Description static ImmutableTagImmutableTag. copyOf(Tag instance)Creates an immutable copy of aTagvalue.ImmutableTag.BuilderImmutableTag.Builder. from(Tag instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.Taginstance.
-