GitPatternRepository |
GitPatternRepository.withHostKey(String hostKey) |
Set the hostKey property: Public sshKey of git repository.
|
GitPatternRepository |
GitPatternRepository.withHostKeyAlgorithm(String hostKeyAlgorithm) |
Set the hostKeyAlgorithm property: SshKey algorithm of git repository.
|
GitPatternRepository |
GitPatternRepository.withLabel(String label) |
Set the label property: Label of the repository.
|
GitPatternRepository |
GitPatternRepository.withName(String name) |
Set the name property: Name of the repository.
|
GitPatternRepository |
GitPatternRepository.withPassword(String password) |
Set the password property: Password of git repository basic auth.
|
GitPatternRepository |
GitPatternRepository.withPattern(List<String> pattern) |
Set the pattern property: Collection of pattern of the repository.
|
GitPatternRepository |
GitPatternRepository.withPrivateKey(String privateKey) |
Set the privateKey property: Private sshKey algorithm of git repository.
|
GitPatternRepository |
GitPatternRepository.withSearchPaths(List<String> searchPaths) |
Set the searchPaths property: Searching path of the repository.
|
GitPatternRepository |
GitPatternRepository.withStrictHostKeyChecking(Boolean strictHostKeyChecking) |
Set the strictHostKeyChecking property: Strict host key checking or not.
|
GitPatternRepository |
GitPatternRepository.withUri(String uri) |
Set the uri property: URI of the repository.
|
GitPatternRepository |
GitPatternRepository.withUsername(String username) |
Set the username property: Username of git repository basic auth.
|