public interface CloudGitDescriptor
A description of a Git repository from a cloud provider
| Type Params | Return Type | Name and description |
|---|---|---|
|
public URI |
getArchiveUri()Obtains the URI for the archive of the repository. |
|
public String |
getName()Obtains the name of the Git service. |
|
public String |
getOrganisation()Organisation on Git cloud service |
|
public String |
getRepository()Repository on Git cloud service |
Obtains the URI for the archive of the repository.
Obtains the name of the Git service.
Organisation on Git cloud service
Repository on Git cloud service