Uses of Interface
io.jenkins.plugins.tuleap_api.client.Project
-
Packages that use Project Package Description io.jenkins.plugins.tuleap_api.client io.jenkins.plugins.tuleap_api.client.internals io.jenkins.plugins.tuleap_api.client.internals.entities -
-
Uses of Project in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client that return Project Modifier and Type Method Description ProjectProjectApi. getProjectById(String projectId, TuleapAccessToken token)ProjectProjectApi. getProjectByShortname(String shortname, AccessToken token)Methods in io.jenkins.plugins.tuleap_api.client that return types with arguments of type Project Modifier and Type Method Description List<Project>ProjectApi. getUserProjects(TuleapAccessToken token) -
Uses of Project in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return Project Modifier and Type Method Description ProjectTuleapApiClient. getProjectById(String projectId, TuleapAccessToken token)ProjectTuleapApiClient. getProjectByShortname(String shortname, AccessToken token)Methods in io.jenkins.plugins.tuleap_api.client.internals that return types with arguments of type Project Modifier and Type Method Description List<Project>TuleapApiClient. getUserProjects(TuleapAccessToken token) -
Uses of Project in io.jenkins.plugins.tuleap_api.client.internals.entities
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities that implement Project Modifier and Type Class Description classProjectEntity
-