VbsBuildSource

class oci.devops.models.VbsBuildSource(**kwargs)

Bases: oci.devops.models.build_source.BuildSource

VBS Server Build Source for Build Stage

Attributes

CONNECTION_TYPE_BITBUCKET_CLOUD str(object=’’) -> str
CONNECTION_TYPE_BITBUCKET_SERVER str(object=’’) -> str
CONNECTION_TYPE_DEVOPS_CODE_REPOSITORY str(object=’’) -> str
CONNECTION_TYPE_GITHUB str(object=’’) -> str
CONNECTION_TYPE_GITLAB str(object=’’) -> str
CONNECTION_TYPE_GITLAB_SERVER str(object=’’) -> str
CONNECTION_TYPE_VBS str(object=’’) -> str
branch [Required] Gets the branch of this BuildSource.
connection_id [Required] Gets the connection_id of this VbsBuildSource.
connection_type [Required] Gets the connection_type of this BuildSource.
name [Required] Gets the name of this BuildSource.
repository_url [Required] Gets the repository_url of this BuildSource.

Methods

__init__(**kwargs) Initializes a new VbsBuildSource 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.
CONNECTION_TYPE_BITBUCKET_CLOUD = 'BITBUCKET_CLOUD'
CONNECTION_TYPE_BITBUCKET_SERVER = 'BITBUCKET_SERVER'
CONNECTION_TYPE_DEVOPS_CODE_REPOSITORY = 'DEVOPS_CODE_REPOSITORY'
CONNECTION_TYPE_GITHUB = 'GITHUB'
CONNECTION_TYPE_GITLAB = 'GITLAB'
CONNECTION_TYPE_GITLAB_SERVER = 'GITLAB_SERVER'
CONNECTION_TYPE_VBS = 'VBS'
__init__(**kwargs)

Initializes a new VbsBuildSource object with values from keyword arguments. The default value of the connection_type attribute of this class is VBS and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this VbsBuildSource.
  • connection_type (str) – The value to assign to the connection_type property of this VbsBuildSource. Allowed values for this property are: “GITHUB”, “GITLAB”, “GITLAB_SERVER”, “BITBUCKET_CLOUD”, “BITBUCKET_SERVER”, “DEVOPS_CODE_REPOSITORY”, “VBS”
  • repository_url (str) – The value to assign to the repository_url property of this VbsBuildSource.
  • branch (str) – The value to assign to the branch property of this VbsBuildSource.
  • connection_id (str) – The value to assign to the connection_id property of this VbsBuildSource.
branch

[Required] Gets the branch of this BuildSource. Branch name.

Returns:The branch of this BuildSource.
Return type:str
connection_id

[Required] Gets the connection_id of this VbsBuildSource. Connection identifier pertinent to VBS Server source provider

Returns:The connection_id of this VbsBuildSource.
Return type:str
connection_type

[Required] Gets the connection_type of this BuildSource. The type of source provider.

Allowed values for this property are: “GITHUB”, “GITLAB”, “GITLAB_SERVER”, “BITBUCKET_CLOUD”, “BITBUCKET_SERVER”, “DEVOPS_CODE_REPOSITORY”, “VBS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The connection_type of this BuildSource.
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.

name

[Required] Gets the name of this BuildSource. Name of the build source. This must be unique within a build source collection. The name can be used by customers to locate the working directory pertinent to this repository.

Returns:The name of this BuildSource.
Return type:str
repository_url

[Required] Gets the repository_url of this BuildSource. URL for the repository.

Returns:The repository_url of this BuildSource.
Return type:str