Uses of Interface
com.spotify.github.v3.workflows.WorkflowsRepositoryResponseList
-
Packages that use WorkflowsRepositoryResponseList Package Description com.spotify.github.v3.clients com.spotify.github.v3.workflows -
-
Uses of WorkflowsRepositoryResponseList in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type WorkflowsRepositoryResponseList Modifier and Type Method Description CompletableFuture<WorkflowsRepositoryResponseList>
WorkflowsClient. listWorkflows()
List workflows for a repository. -
Uses of WorkflowsRepositoryResponseList in com.spotify.github.v3.workflows
Classes in com.spotify.github.v3.workflows that implement WorkflowsRepositoryResponseList Modifier and Type Class Description class
ImmutableWorkflowsRepositoryResponseList
Immutable implementation ofWorkflowsRepositoryResponseList
.Methods in com.spotify.github.v3.workflows with parameters of type WorkflowsRepositoryResponseList Modifier and Type Method Description static ImmutableWorkflowsRepositoryResponseList
ImmutableWorkflowsRepositoryResponseList. copyOf(WorkflowsRepositoryResponseList instance)
Creates an immutable copy of aWorkflowsRepositoryResponseList
value.ImmutableWorkflowsRepositoryResponseList.Builder
ImmutableWorkflowsRepositoryResponseList.Builder. from(WorkflowsRepositoryResponseList instance)
Fill a builder with attribute values from the providedWorkflowsRepositoryResponseList
instance.
-