Interface ProjectRemoteService

    • Method Detail

      • listProjectsForAPI

        java.util.List<Project> listProjectsForAPI​(RemoteAPI api)
        List all of the projects for a given RemoteAPI
        Parameters:
        api - The remote API to list projects for
        Returns:
        A List of Projects
      • getProjectHash

        java.lang.Integer getProjectHash​(Project project)
        Read the full project hash for the given project
        Parameters:
        project - the Project to get the hash for
        Returns:
        A deep hashcode for all objects in the project