public static class GitLabPipelineConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GitLabPipelineConfiguration.Builder |
additionalParameters(Map<String,String> additionalParameters)
Additional key-value pairs passed as parameters to the build service when running an
experiment.
|
GitLabPipelineConfiguration |
build() |
GitLabPipelineConfiguration.Builder |
copy(GitLabPipelineConfiguration model) |
GitLabPipelineConfiguration.Builder |
patSecretId(String patSecretId)
The Oracle Cloud Identifier
(OCID) of the
Private Access Token (PAT) Secret.
|
GitLabPipelineConfiguration.Builder |
repositoryUrl(String repositoryUrl)
The location of the Repository where the GitLab Pipeline will be run.
|
GitLabPipelineConfiguration.Builder |
triggerSecretId(String triggerSecretId)
The Oracle Cloud Identifier
(OCID) of the
trigger Secret.
|
GitLabPipelineConfiguration.Builder |
username(String username)
The username that will trigger the GitLab Pipeline.
|
public GitLabPipelineConfiguration.Builder repositoryUrl(String repositoryUrl)
The location of the Repository where the GitLab Pipeline will be run. The expected format is https://gitlab.com/[groupName]/[repoName]
repositoryUrl
- the value to setpublic GitLabPipelineConfiguration.Builder username(String username)
The username that will trigger the GitLab Pipeline.
username
- the value to setpublic GitLabPipelineConfiguration.Builder patSecretId(String patSecretId)
The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitLab pipeline.
patSecretId
- the value to setpublic GitLabPipelineConfiguration.Builder triggerSecretId(String triggerSecretId)
The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
triggerSecretId
- the value to setpublic GitLabPipelineConfiguration.Builder additionalParameters(Map<String,String> additionalParameters)
Additional key-value pairs passed as parameters to the build service when running an experiment.
additionalParameters
- the value to setpublic GitLabPipelineConfiguration build()
public GitLabPipelineConfiguration.Builder copy(GitLabPipelineConfiguration model)
Copyright © 2016–2024. All rights reserved.