get_executions

Function get_executions 

Source
pub async fn get_executions(
    configuration: &Configuration,
    repo_ref: &str,
    webhook_identifier: &str,
) -> Result<Vec<WebhookExecutionModel>, Error<GetExecutionsError>>