docs/static/reference/php/Dagger/GitModuleSource.html
class GitModuleSource extends AbstractObject implements IdAble
Module source originating from a git repo.
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
string
cloneRef()
The ref to clone the root of the git repo from
string
commit()
The resolved commit of the git repo this source points to.
The directory containing everything needed to load load and use the module.
string
The URL to access the web view of the repository (e.g., GitHub, GitLab, Bitbucket)
string
htmlURL()
The URL to the source's git repo in a web browser
id()
A unique identifier for this GitModuleSource.
string
root()
The clean module name of the root of the module
string
The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).
string
version()
The specified version of the git repo this source points to.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
string cloneRef()The ref to clone the root of the git repo from
| string | |
string commit()The resolved commit of the git repo this source points to.
| string | |
Directory contextDirectory()The directory containing everything needed to load load and use the module.
| Directory | |
string htmlRepoURL()The URL to access the web view of the repository (e.g., GitHub, GitLab, Bitbucket)
| string | |
string htmlURL()The URL to the source's git repo in a web browser
| string | |
AbstractId id()A unique identifier for this GitModuleSource.
| AbstractId | |
string root()The clean module name of the root of the module
| string | |
string rootSubpath()The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).
| string | |
string version()The specified version of the git repo this source points to.
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.