NoneVerifyConfiguration¶
-
class
oci.adm.models.
NoneVerifyConfiguration
(**kwargs)¶ Bases:
oci.adm.models.verify_configuration.VerifyConfiguration
Empty verify configuration when no build was selected.
Attributes
BUILD_SERVICE_TYPE_GITHUB_ACTIONS
str(object=’’) -> str BUILD_SERVICE_TYPE_GITLAB_PIPELINE
str(object=’’) -> str BUILD_SERVICE_TYPE_JENKINS_PIPELINE
str(object=’’) -> str BUILD_SERVICE_TYPE_NONE
str(object=’’) -> str BUILD_SERVICE_TYPE_OCI_DEVOPS_BUILD
str(object=’’) -> str build_service_type
[Required] Gets the build_service_type of this VerifyConfiguration. Methods
__init__
(**kwargs)Initializes a new NoneVerifyConfiguration object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
BUILD_SERVICE_TYPE_GITHUB_ACTIONS
= 'GITHUB_ACTIONS'¶
-
BUILD_SERVICE_TYPE_GITLAB_PIPELINE
= 'GITLAB_PIPELINE'¶
-
BUILD_SERVICE_TYPE_JENKINS_PIPELINE
= 'JENKINS_PIPELINE'¶
-
BUILD_SERVICE_TYPE_NONE
= 'NONE'¶
-
BUILD_SERVICE_TYPE_OCI_DEVOPS_BUILD
= 'OCI_DEVOPS_BUILD'¶
-
__init__
(**kwargs)¶ Initializes a new NoneVerifyConfiguration object with values from keyword arguments. The default value of the
build_service_type
attribute of this class isNONE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: build_service_type (str) – The value to assign to the build_service_type property of this NoneVerifyConfiguration. Allowed values for this property are: “OCI_DEVOPS_BUILD”, “GITLAB_PIPELINE”, “GITHUB_ACTIONS”, “JENKINS_PIPELINE”, “NONE”
-
build_service_type
¶ [Required] Gets the build_service_type of this VerifyConfiguration. The type of Build Service.
Allowed values for this property are: “OCI_DEVOPS_BUILD”, “GITLAB_PIPELINE”, “GITHUB_ACTIONS”, “JENKINS_PIPELINE”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The build_service_type of this VerifyConfiguration. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-