TriggerInfo¶
-
class
oci.devops.models.
TriggerInfo
(**kwargs)¶ Bases:
object
Trigger details that need to be used for the BuildRun
Methods
__init__
(**kwargs)Initializes a new TriggerInfo object with values from keyword arguments. Attributes
actions
[Required] Gets the actions of this TriggerInfo. display_name
Gets the display_name of this TriggerInfo. -
__init__
(**kwargs)¶ Initializes a new TriggerInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this TriggerInfo.
- actions (list[oci.devops.models.TriggerAction]) – The value to assign to the actions property of this TriggerInfo.
-
actions
¶ [Required] Gets the actions of this TriggerInfo. The list of actions that are to be performed for this Trigger
Returns: The actions of this TriggerInfo. Return type: list[oci.devops.models.TriggerAction]
-
display_name
¶ Gets the display_name of this TriggerInfo. Name for Trigger.
Returns: The display_name of this TriggerInfo. Return type: str
-