Show / Hide Table of Contents

Class VerifyConfiguration

The Verify stage configuration specifies a build service to run a pipeline for the recommended code changes. The build pipeline will be initiated to ensure that there is no breaking change after the dependency versions have been updated in source to avoid vulnerabilities.

Inheritance
object
VerifyConfiguration
GitHubActionsConfiguration
GitLabPipelineConfiguration
JenkinsPipelineConfiguration
NoneVerifyConfiguration
OciDevOpsBuildConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
[JsonConverter(typeof(VerifyConfigurationModelConverter))]
public class VerifyConfiguration
In this article
Back to top