Repository
class Repository
Methods
                    __construct(string $name, string $url, string $description, string $homepage, string $git_http_url, string $git_ssh_url, string $visibility_level)
        
                                            
                
            Repository constructor.
                    string
                
                
                    getName()
        
                                            
                
            No description
                    string
                
                
                    getUrl()
        
                                            
                
            No description
                    string
                
                
                    getDescription()
        
                                            
                
            No description
                    string
                
                
                    getHomepage()
        
                                            
                
            No description
                    string
                
                
                    getGitHttpUrl()
        
                                            
                
            No description
                    string
                
                
                    getGitSshUrl()
        
                                            
                
            No description
                    string
                
                
                    getVisibilityLevel()
        
                                            
                
            No description
Details
        at         line 57
                            
    __construct(string $name, string $url, string $description, string $homepage, string $git_http_url, string $git_ssh_url, string $visibility_level)
        
    
    Repository constructor.