Uses of Class
org.sourcelab.buildkite.api.client.response.Organization
Packages that use Organization
Package
Description
-
Uses of Organization in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client that return types with arguments of type OrganizationModifier and TypeMethodDescriptionBuildkiteClient.getOrganization(String organizationSlugId) Retrieve specific organization via its Organization slug id. -
Uses of Organization in org.sourcelab.buildkite.api.client.request
Methods in org.sourcelab.buildkite.api.client.request that return types with arguments of type Organization -
Uses of Organization in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return types with arguments of type OrganizationModifier and TypeMethodDescriptionListOrganizationsResponse.getOrganizationById(String organizationId) Given an organization Id, return the organization associated with the Id.ListOrganizationsResponse.getOrganizationByName(String organizationName) Given an organization name, return the organization associated with the Name.ListOrganizationsResponse.getOrganizationBySlug(String slug) Given an organization slug, return the organization associated with the slug.ListOrganizationsResponse.getOrganizations()All of the Organizations returned from the API response.Constructor parameters in org.sourcelab.buildkite.api.client.response with type arguments of type OrganizationModifierConstructorDescriptionListOrganizationsResponse(PagingLinks pagingLinks, List<Organization> organizations, ListOrganizationsRequest originalRequest) Constructor. -
Uses of Organization in org.sourcelab.buildkite.api.client.response.parser
Methods in org.sourcelab.buildkite.api.client.response.parser that return Organization