Uses of Interface
com.spotify.github.v3.git.ShaLink
-
Packages that use ShaLink Package Description com.spotify.github.v3.clients com.spotify.github.v3.git com.spotify.github.v3.repos -
-
Uses of ShaLink in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type ShaLink Modifier and Type Method Description CompletableFuture<ShaLink>
GitDataClient. createBlob(String content)
Post new content to the server. -
Uses of ShaLink in com.spotify.github.v3.git
Subinterfaces of ShaLink in com.spotify.github.v3.git Modifier and Type Interface Description interface
Blob
Git blobinterface
ReferenceObject
Reference object resource.interface
Tag
Git tag resource.interface
Tree
Git tree resource.interface
TreeItem
Git tree item.Classes in com.spotify.github.v3.git that implement ShaLink Modifier and Type Class Description class
ImmutableBlob
Immutable implementation ofBlob
.class
ImmutableReferenceObject
Immutable implementation ofReferenceObject
.class
ImmutableShaLink
Immutable implementation ofShaLink
.class
ImmutableTag
Immutable implementation ofTag
.class
ImmutableTree
Immutable implementation ofTree
.class
ImmutableTreeItem
Immutable implementation ofTreeItem
.Methods in com.spotify.github.v3.git that return ShaLink Modifier and Type Method Description ShaLink
Commit. tree()
The SHA of the tree object this commit points to.ShaLink
ImmutableCommit. tree()
The SHA of the tree object this commit points to.Methods in com.spotify.github.v3.git with parameters of type ShaLink Modifier and Type Method Description static ImmutableShaLink
ImmutableShaLink. copyOf(ShaLink instance)
Creates an immutable copy of aShaLink
value.ImmutableBlob.Builder
ImmutableBlob.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableReferenceObject.Builder
ImmutableReferenceObject.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableShaLink.Builder
ImmutableShaLink.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedShaLink
instance.ImmutableTag.Builder
ImmutableTag.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableTree.Builder
ImmutableTree.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableTreeItem.Builder
ImmutableTreeItem.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableCommit.Builder
ImmutableCommit.Builder. tree(ShaLink tree)
Initializes the value for thetree
attribute.ImmutableCommit
ImmutableCommit. withTree(ShaLink value)
Copy the current immutable object by setting a value for thetree
attribute. -
Uses of ShaLink in com.spotify.github.v3.repos
Subinterfaces of ShaLink in com.spotify.github.v3.repos Modifier and Type Interface Description interface
Commit
Single repository commit resource.interface
CommitItem
Commit item resource usually returned during the commit listing operationinterface
Content
Repository content resourceinterface
FolderContent
Repository file content resourceClasses in com.spotify.github.v3.repos that implement ShaLink Modifier and Type Class Description class
ImmutableCommit
Immutable implementation ofCommit
.class
ImmutableCommitItem
Immutable implementation ofCommitItem
.class
ImmutableContent
Immutable implementation ofContent
.class
ImmutableFolderContent
Immutable implementation ofFolderContent
.Methods in com.spotify.github.v3.repos that return ShaLink Modifier and Type Method Description ShaLink
Branch. commit()
Commit details branch is labelingShaLink
ImmutableBranch. commit()
Commit details branch is labelingShaLink
Commit. tree()
The SHA of the tree object this commit points to.ShaLink
ImmutableCommit. tree()
The SHA of the tree object this commit points to.Methods in com.spotify.github.v3.repos that return types with arguments of type ShaLink Modifier and Type Method Description List<ShaLink>
CommitItem. parents()
The SHAs of the commits that were the parents of this commitList<ShaLink>
ImmutableCommit. parents()
The SHAs of the commits that were the parents of this commitList<ShaLink>
ImmutableCommitItem. parents()
The SHAs of the commits that were the parents of this commitMethods in com.spotify.github.v3.repos with parameters of type ShaLink Modifier and Type Method Description ImmutableCommit.Builder
ImmutableCommit.Builder. addParents(ShaLink element)
Adds one element toparents
list.ImmutableCommit.Builder
ImmutableCommit.Builder. addParents(ShaLink... elements)
Adds elements toparents
list.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. addParents(ShaLink element)
Adds one element toparents
list.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. addParents(ShaLink... elements)
Adds elements toparents
list.ImmutableBranch.Builder
ImmutableBranch.Builder. commit(ShaLink commit)
Initializes the value for thecommit
attribute.ImmutableCommit.Builder
ImmutableCommit.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableContent.Builder
ImmutableContent.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableFolderContent.Builder
ImmutableFolderContent.Builder. from(ShaLink instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.ShaLink
instance.ImmutableCommit.Builder
ImmutableCommit.Builder. tree(ShaLink tree)
Initializes the value for thetree
attribute.ImmutableBranch
ImmutableBranch. withCommit(ShaLink value)
Copy the current immutable object by setting a value for thecommit
attribute.ImmutableCommit
ImmutableCommit. withParents(ShaLink... elements)
Copy the current immutable object with elements that replace the content ofparents
.ImmutableCommitItem
ImmutableCommitItem. withParents(ShaLink... elements)
Copy the current immutable object with elements that replace the content ofparents
.ImmutableCommit
ImmutableCommit. withTree(ShaLink value)
Copy the current immutable object by setting a value for thetree
attribute.Method parameters in com.spotify.github.v3.repos with type arguments of type ShaLink Modifier and Type Method Description ImmutableCommit.Builder
ImmutableCommit.Builder. addAllParents(Iterable<? extends ShaLink> elements)
Adds elements toparents
list.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. addAllParents(Iterable<? extends ShaLink> elements)
Adds elements toparents
list.ImmutableCommit.Builder
ImmutableCommit.Builder. parents(Iterable<? extends ShaLink> elements)
Sets or replaces all elements forparents
list.ImmutableCommitItem.Builder
ImmutableCommitItem.Builder. parents(Iterable<? extends ShaLink> elements)
Sets or replaces all elements forparents
list.ImmutableCommit
ImmutableCommit. withParents(Iterable<? extends ShaLink> elements)
Copy the current immutable object with elements that replace the content ofparents
.ImmutableCommitItem
ImmutableCommitItem. withParents(Iterable<? extends ShaLink> elements)
Copy the current immutable object with elements that replace the content ofparents
.
-