Modifier and Type | Class and Description |
---|---|
class |
HttpsRepositoryUriResolver
A
RepositoryUriResolver that resolves HTTP git URLs. |
class |
SshRepositoryUriResolver
A
RepositoryUriResolver that resolves SSH git URLs. |
Modifier and Type | Method and Description |
---|---|
RepositoryUriResolver |
GitHubSCMSource.getUriResolver()
Deprecated.
|
RepositoryUriResolver |
GitHubSCMBuilder.uriResolver()
Returns a
RepositoryUriResolver according to credentials configuration. |
static RepositoryUriResolver |
GitHubSCMBuilder.uriResolver(hudson.model.Item context,
String apiUri,
String credentialsId)
Returns a
RepositoryUriResolver according to credentials configuration. |
Modifier and Type | Method and Description |
---|---|
GitHubSCMBuilder |
GitHubSCMBuilder.withCredentials(String credentialsId,
RepositoryUriResolver uriResolver)
Configures the
IdCredentials.getId() of the Credentials to use when connecting to the
GitSCMBuilder.remote() |
Copyright © 2016–2020. All rights reserved.