Uses of Interface
com.spotify.github.v3.repos.Status
-
Packages that use Status Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of Status in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Status Modifier and Type Method Description StatusDeploymentStatusEvent. deploymentStatus()The deployment status.StatusImmutableDeploymentStatusEvent. deploymentStatus()The deployment status.Methods in com.spotify.github.v3.activity.events with parameters of type Status Modifier and Type Method Description ImmutableDeploymentStatusEvent.BuilderImmutableDeploymentStatusEvent.Builder. deploymentStatus(Status deploymentStatus)Initializes the value for thedeploymentStatusattribute.ImmutableDeploymentStatusEventImmutableDeploymentStatusEvent. withDeploymentStatus(Status value)Copy the current immutable object by setting a value for thedeploymentStatusattribute. -
Uses of Status in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Status Modifier and Type Method Description CompletableFuture<List<Status>>RepositoryClient. listCommitStatuses(String sha)List statuses for a specific ref.Iterator<AsyncPage<Status>>RepositoryClient. listCommitStatuses(String sha, int itemsPerPage)List statuses for a specific ref. -
Uses of Status in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Status Modifier and Type Class Description classImmutableStatusImmutable implementation ofStatus.Methods in com.spotify.github.v3.repos that return types with arguments of type Status Modifier and Type Method Description List<Status>CommitStatus. statuses()Statuses list.List<Status>ImmutableCommitStatus. statuses()Statuses list.Methods in com.spotify.github.v3.repos with parameters of type Status Modifier and Type Method Description ImmutableCommitStatus.BuilderImmutableCommitStatus.Builder. addStatuses(Status element)Adds one element tostatuseslist.ImmutableCommitStatus.BuilderImmutableCommitStatus.Builder. addStatuses(Status... elements)Adds elements tostatuseslist.static ImmutableStatusImmutableStatus. copyOf(Status instance)Creates an immutable copy of aStatusvalue.ImmutableStatus.BuilderImmutableStatus.Builder. from(Status instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Statusinstance.ImmutableCommitStatusImmutableCommitStatus. withStatuses(Status... elements)Copy the current immutable object with elements that replace the content ofstatuses.Method parameters in com.spotify.github.v3.repos with type arguments of type Status Modifier and Type Method Description ImmutableCommitStatus.BuilderImmutableCommitStatus.Builder. addAllStatuses(Iterable<? extends Status> elements)Adds elements tostatuseslist.ImmutableCommitStatus.BuilderImmutableCommitStatus.Builder. statuses(Iterable<? extends Status> elements)Sets or replaces all elements forstatuseslist.ImmutableCommitStatusImmutableCommitStatus. withStatuses(Iterable<? extends Status> elements)Copy the current immutable object with elements that replace the content ofstatuses.
-