Package com.spotify.github.v3.workflows
Interface WorkflowsRepositoryResponseList
-
- All Known Implementing Classes:
ImmutableWorkflowsRepositoryResponseList
@Immutable public interface WorkflowsRepositoryResponseList
The WorkflowsResponse list resource- See Also:
- "https://docs.github.com/en/rest/actions/workflows#list-repository-workflows"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
totalCount()
The count of workflows in the responseList<WorkflowsResponse>
workflows()
Workflows list.
-
-
-
Method Detail
-
totalCount
int totalCount()
The count of workflows in the response- Returns:
- the int
-
workflows
List<WorkflowsResponse> workflows()
Workflows list.- Returns:
- the list of workflows
-
-