@Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class OciDevOpsBuildConfiguration extends VerifyConfiguration
OCI DevOps configuration extends a Verify Configuration with necessary data to reach and use the
OCI DevOps Build Service.
Note: Objects should always be created or deserialized using the OciDevOpsBuildConfiguration.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 OciDevOpsBuildConfiguration.Builder
, which maintain a
set of all explicitly set fields called OciDevOpsBuildConfiguration.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 |
OciDevOpsBuildConfiguration.Builder |
VerifyConfiguration.BuildServiceType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OciDevOpsBuildConfiguration(String pipelineId,
Map<String,String> additionalParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OciDevOpsBuildConfiguration.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 |
getPipelineId()
The Oracle Cloud Identifier
(OCID) of the
user’s DevOps Build Pipeline.
|
int |
hashCode() |
OciDevOpsBuildConfiguration.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public OciDevOpsBuildConfiguration(String pipelineId, Map<String,String> additionalParameters)
public static OciDevOpsBuildConfiguration.Builder builder()
Create a new builder.
public OciDevOpsBuildConfiguration.Builder toBuilder()
public String getPipelineId()
The Oracle Cloud Identifier (OCID) of the user’s DevOps Build 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.