Uses of Class
com.circleci.client.v2.model.Project
-
Packages that use Project Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of Project in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return Project Modifier and Type Method Description ProjectDefaultApi. getProjectBySlug(String projectSlug)Get a project.Methods in com.circleci.client.v2.api that return types with arguments of type Project Modifier and Type Method Description ApiResponse<Project>DefaultApi. getProjectBySlugWithHttpInfo(String projectSlug)Get a project. -
Uses of Project in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Project Modifier and Type Method Description ProjectProject. name(String name)ProjectProject. organizationName(String organizationName)ProjectProject. slug(String slug)ProjectProject. vcsInfo(ProjectVcsInfo vcsInfo)
-