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 Project
ProjectApi. getProjectById(String projectId, TuleapAccessToken token)
Project
ProjectApi. 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 Project
TuleapApiClient. getProjectById(String projectId, TuleapAccessToken token)
Project
TuleapApiClient. 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 class
ProjectEntity
-