Uses of Interface
com.spotify.github.v3.git.Author
-
Packages that use Author Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.git com.spotify.github.v3.repos -
-
Uses of Author in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Author Modifier and Type Method Description Author
ImmutablePushEvent. pusher()
PusherAuthor
PushEvent. pusher()
PusherMethods in com.spotify.github.v3.activity.events with parameters of type Author Modifier and Type Method Description ImmutablePushEvent.Builder
ImmutablePushEvent.Builder. pusher(Author pusher)
Initializes the value for thepusher
attribute.ImmutablePushEvent
ImmutablePushEvent. withPusher(Author value)
Copy the current immutable object by setting a value for thepusher
attribute. -
Uses of Author in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Author Modifier and Type Class Description class
ImmutableAuthor
Immutable implementation ofAuthor
.Methods in com.spotify.github.v3.git that return Author Modifier and Type Method Description Author
Commit. author()
Author commit user.Author
ImmutableCommit. author()
Author commit user.Author
Commit. committer()
Committer commit user.Author
ImmutableCommit. committer()
Committer commit user.Author
ImmutableTag. tagger()
An object with information about the individual creating the tag.Author
Tag. tagger()
An object with information about the individual creating the tag.Methods in com.spotify.github.v3.git with parameters of type Author Modifier and Type Method Description ImmutableCommit.Builder
ImmutableCommit.Builder. author(Author author)
Initializes the value for theauthor
attribute.ImmutableCommit.Builder
ImmutableCommit.Builder. committer(Author committer)
Initializes the value for thecommitter
attribute.static ImmutableAuthor
ImmutableAuthor. copyOf(Author instance)
Creates an immutable copy of aAuthor
value.ImmutableAuthor.Builder
ImmutableAuthor.Builder. from(Author instance)
Fill a builder with attribute values from the providedAuthor
instance.ImmutableTag.Builder
ImmutableTag.Builder. tagger(Author tagger)
Initializes the value for thetagger
attribute.ImmutableCommit
ImmutableCommit. withAuthor(Author value)
Copy the current immutable object by setting a value for theauthor
attribute.ImmutableCommit
ImmutableCommit. withCommitter(Author value)
Copy the current immutable object by setting a value for thecommitter
attribute.ImmutableTag
ImmutableTag. withTagger(Author value)
Copy the current immutable object by setting a value for thetagger
attribute. -
Uses of Author in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return Author Modifier and Type Method Description Author
ImmutablePushCommit. author()
Commit author.Author
PushCommit. author()
Commit author.Author
ImmutablePushCommit. committer()
Commit committer.Author
PushCommit. committer()
Commit committer.Author
ImmutablePushRepository. owner()
OwnerAuthor
PushRepository. owner()
OwnerMethods in com.spotify.github.v3.repos with parameters of type Author Modifier and Type Method Description ImmutablePushCommit.Builder
ImmutablePushCommit.Builder. author(Author author)
Initializes the value for theauthor
attribute.ImmutablePushCommit.Builder
ImmutablePushCommit.Builder. committer(Author committer)
Initializes the value for thecommitter
attribute.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. owner(Author owner)
Initializes the value for theowner
attribute.ImmutablePushCommit
ImmutablePushCommit. withAuthor(Author value)
Copy the current immutable object by setting a value for theauthor
attribute.ImmutablePushCommit
ImmutablePushCommit. withCommitter(Author value)
Copy the current immutable object by setting a value for thecommitter
attribute.ImmutablePushRepository
ImmutablePushRepository. withOwner(Author value)
Copy the current immutable object by setting a value for theowner
attribute.
-