public interface CloudGitDescriptor extends Named
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 Provider<URI> |
getArchiveUriProvider()Obtains the URI for the archive of the repository. |
|
public String |
getOrganisation()Organisation on Git cloud service |
|
public Provider<String> |
getOrganisationProvider()Organisation on Git cloud service |
|
public String |
getRepository()Repository on Git cloud service |
|
public Provider<String> |
getRepositoryProvider()Repository on Git cloud service |
Obtains the URI for the archive of the repository.
Obtains the URI for the archive of the repository.
Organisation on Git cloud service
Organisation on Git cloud service
Repository on Git cloud service