@Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class GitLabPipelineConfiguration extends VerifyConfiguration
Extends a Verify configuration with appropriate data to reach and use the build service provided
by a GitLab Pipeline.
Note: Objects should always be created or deserialized using the GitLabPipelineConfiguration.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the GitLabPipelineConfiguration.Builder
, which maintain a
set of all explicitly set fields called GitLabPipelineConfiguration.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
GitLabPipelineConfiguration.Builder |
VerifyConfiguration.BuildServiceType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
GitLabPipelineConfiguration(String repositoryUrl,
String username,
String patSecretId,
String triggerSecretId,
Map<String,String> additionalParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GitLabPipelineConfiguration.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Map<String,String> |
getAdditionalParameters()
Additional key-value pairs passed as parameters to the build service when running an
experiment.
|
String |
getPatSecretId()
The Oracle Cloud Identifier
(OCID) of the
Private Access Token (PAT) Secret.
|
String |
getRepositoryUrl()
The location of the Repository where the GitLab Pipeline will be run.
|
String |
getTriggerSecretId()
The Oracle Cloud Identifier
(OCID) of the
trigger Secret.
|
String |
getUsername()
The username that will trigger the GitLab Pipeline.
|
int |
hashCode() |
GitLabPipelineConfiguration.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static GitLabPipelineConfiguration.Builder builder()
Create a new builder.
public GitLabPipelineConfiguration.Builder toBuilder()
public String getRepositoryUrl()
The location of the Repository where the GitLab Pipeline will be run. The expected format is https://gitlab.com/[groupName]/[repoName]
public String getUsername()
The username that will trigger the GitLab Pipeline.
public String getPatSecretId()
The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitLab pipeline.
public String getTriggerSecretId()
The Oracle Cloud Identifier (OCID) of the trigger Secret. The Secret provides access to the trigger for a GitLab pipeline.
public Map<String,String> getAdditionalParameters()
Additional key-value pairs passed as parameters to the build service when running an experiment.
public String toString()
toString
in class VerifyConfiguration
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class VerifyConfiguration
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class VerifyConfiguration
public int hashCode()
hashCode
in class VerifyConfiguration
Copyright © 2016–2024. All rights reserved.