- getExpectedConfiguration() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- getLabel() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- getLocalRepo() - Method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- getRef(String, Properties) - Static method in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- GitCommand - Class in com.zfabrik.impl.gitcr.helper
-
The actual GitCR operations in complete for better testability
- GitCommand(String, URIish, File, RefSpec, boolean, CredentialsProvider, int) - Constructor for class com.zfabrik.impl.gitcr.helper.GitCommand
-
- GitComponentRepositoryImpl - Class in com.zfabrik.impl.gitcr
-
- GitComponentRepositoryImpl(String, Properties) - Constructor for class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- GitComponentRepositoryResource - Class in com.zfabrik.impl.gitcr
-
- GitComponentRepositoryResource(String) - Constructor for class com.zfabrik.impl.gitcr.GitComponentRepositoryResource
-
- GITCR_BRANCH - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Branch to clone from the source repository.
- GITCR_OPTIONAL - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
If set to 'true', the gitcr will be ignore silently if the defined gitcr.uri is invalid.
- GITCR_PRIO - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
- GITCR_PRIORITY - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Priority of the repository within the repository chain.
- GITCR_PWD - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
Password for authentication at the repository
- GITCR_REF - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
A Git ref to fetch and check out as active content.
- GITCR_ROOTS - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
A comma separated list of folders in the repo to search for components.
- GITCR_TIMEOUT - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
network timeout-value in seconds.
- GITCR_URI - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
URI of the git source repository.
- GITCR_USER - Static variable in class com.zfabrik.impl.gitcr.GitComponentRepositoryImpl
-
User name for authentication at the repository
- GitTools - Class in com.zfabrik.impl.gitcr.helper
-
Provides some useful static helpers like
#isOriginReachable(URIish)
, #isValidRepository(URIish)
, #cloneRepository(URIish, File, CredentialsProvider, int)
, ...
- GitTools() - Constructor for class com.zfabrik.impl.gitcr.helper.GitTools
-