Interface ProjectsRestService

    • Method Detail

      • getBuildProjects

        List<Project> getBuildProjects​(@NotNull
                                       @NotNull javax.ws.rs.core.UriInfo uriInfo)
        Get a list of build projects. This method provides filtering using the following query params:
        searchTerm
        if specified return only projects, which name contains specified term
        permission
        if specified return only projects that user has this specific permission for
        Parameters:
        uriInfo -
        Returns:
        Filtered list of build projects.
      • getDeploymentProjects

        List<DeploymentProject> getDeploymentProjects​(@NotNull
                                                      @NotNull javax.ws.rs.core.UriInfo uriInfo)
        Get a list of deployment projects. This method provides filtering using the following query params:
        searchTerm
        if specified return only projects, which name contains specified term
        permission
        if specified return only plans that user has this specific permission for
        Parameters:
        uriInfo -
        Returns:
        Filtered list of deployment projects.