Uses of Class
com.codedx.api.client.Project
-
Packages that use Project Package Description com.codedx.api.client -
-
Uses of Project in com.codedx.api.client
Methods in com.codedx.api.client that return Project Modifier and Type Method Description ProjectCodeDxClient. getProject(ProjectContext project)Retrieves a specific project from CodeDxMethods in com.codedx.api.client that return types with arguments of type Project Modifier and Type Method Description List<Project>CodeDxClient. getProjects()Retrieves a list of projects from CodeDx.List<Project>GetProjectsResponse. getProjects()Method parameters in com.codedx.api.client with type arguments of type Project Modifier and Type Method Description voidGetProjectsResponse. setProjects(List<Project> projects)
-