Uses of Class
io.jenkins.plugins.tuleap_api.deprecated_client.api.TuleapProject
-
Packages that use TuleapProject Package Description io.jenkins.plugins.tuleap_api.deprecated_client -
-
Uses of TuleapProject in io.jenkins.plugins.tuleap_api.deprecated_client
Methods in io.jenkins.plugins.tuleap_api.deprecated_client that return types with arguments of type TuleapProject Modifier and Type Method Description Stream<TuleapProject>TuleapClient. allUserProjects(boolean isMemberOf)Return projects current user has access.Stream<TuleapProject>TuleapClientRawCmd.AllUserProjects. call()Optional<TuleapProject>TuleapClientRawCmd.ProjectById. call()Optional<TuleapProject>TuleapClient. projectById(String projectId)Get the project identified by the projectId
-